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

brett at macports.org brett at macports.org
Thu Feb 19 16:40:58 PST 2009


Revision: 47019
          http://trac.macports.org/changeset/47019
Author:   brett at macports.org
Date:     2009-02-19 16:40:57 -0800 (Thu, 19 Feb 2009)
Log Message:
-----------
fix python depend to use python_select

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

Modified: trunk/dports/sysutils/zmq/Portfile
===================================================================
--- trunk/dports/sysutils/zmq/Portfile	2009-02-19 23:52:17 UTC (rev 47018)
+++ trunk/dports/sysutils/zmq/Portfile	2009-02-20 00:40:57 UTC (rev 47019)
@@ -18,7 +18,7 @@
                         --with-c
 
 variant python description {build Python language binding} {
-    depends_lib-append     port:python26
+    depends_lib-append     port:python_select
     configure.args-append  --with-python
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090219/ecfda9a9/attachment.html>


More information about the macports-changes mailing list