On Feb 17, 2009, at 9:06 PM, [email protected] wrote:

Revision
46937
Author
[email protected]
Date
2009-02-17 20:06:29 -0800 (Tue, 17 Feb 2009)
Log Message

add python depend
Modified Paths

trunk/dports/sysutils/zmq/Portfile
Diff

Modified: trunk/dports/sysutils/zmq/Portfile (46936 => 46937)
--- 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} {

Can this be changed to port:python_select so that any python version will satisfy the dependency?

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to