[80218] trunk/dports/textproc/asciidoc/Portfile

jmr at macports.org jmr at macports.org
Wed Jul 6 23:07:13 PDT 2011


Revision: 80218
          http://trac.macports.org/changeset/80218
Author:   jmr at macports.org
Date:     2011-07-06 23:07:13 -0700 (Wed, 06 Jul 2011)
Log Message:
-----------
asciidoc: add python dependencies

Modified Paths:
--------------
    trunk/dports/textproc/asciidoc/Portfile

Modified: trunk/dports/textproc/asciidoc/Portfile
===================================================================
--- trunk/dports/textproc/asciidoc/Portfile	2011-07-07 06:03:55 UTC (rev 80217)
+++ trunk/dports/textproc/asciidoc/Portfile	2011-07-07 06:07:13 UTC (rev 80218)
@@ -31,6 +31,7 @@
 			port:fop
 
 variant python25 conflicts python26 python27 description {Use python 2.5} {
+    depends_lib-append        port:python25
     configure.python          ${prefix}/bin/python2.5
 
     post-destroot {
@@ -41,6 +42,7 @@
 }
 
 variant python26 conflicts python25 python27 description {Use python 2.6} {
+    depends_lib-append        port:python26
     configure.python          ${prefix}/bin/python2.6
 
     post-destroot {
@@ -51,6 +53,7 @@
 }
 
 variant python27 conflicts python25 python26 description {Use python 2.7} {
+    depends_lib-append        port:python27
     configure.python          ${prefix}/bin/python2.7
 
     post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110706/8549a040/attachment-0001.html>


More information about the macports-changes mailing list