[46937] trunk/dports/sysutils/zmq/Portfile

brett at macports.org brett at macports.org
Tue Feb 17 20:06:29 PST 2009


Revision: 46937
          http://trac.macports.org/changeset/46937
Author:   brett at macports.org
Date:     2009-02-17 20:06:29 -0800 (Tue, 17 Feb 2009)
Log Message:
-----------
add python depend

Modified Paths:
--------------
    trunk/dports/sysutils/zmq/Portfile

Modified: trunk/dports/sysutils/zmq/Portfile
===================================================================
--- trunk/dports/sysutils/zmq/Portfile	2009-02-18 03:52:32 UTC (rev 46936)
+++ trunk/dports/sysutils/zmq/Portfile	2009-02-18 04:06:29 UTC (rev 46937)
@@ -18,7 +18,8 @@
                         --with-c
 
 variant python description {build Python language binding} {
-    configure.args-append   --with-python
+    depends_lib-append     port:python26
+    configure.args-append  --with-python
 }
 
 variant java description {build Java language binding} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090217/825e3269/attachment-0001.html>


More information about the macports-changes mailing list