[125512] trunk/dports/python/py-wxpython-2.8/Portfile

mojca at macports.org mojca at macports.org
Fri Sep 19 01:50:32 PDT 2014


Revision: 125512
          https://trac.macports.org/changeset/125512
Author:   mojca at macports.org
Date:     2014-09-19 01:50:32 -0700 (Fri, 19 Sep 2014)
Log Message:
-----------
py-wxpython-2.8: add dependency on py-numeric (closes #45046)

Modified Paths:
--------------
    trunk/dports/python/py-wxpython-2.8/Portfile

Modified: trunk/dports/python/py-wxpython-2.8/Portfile
===================================================================
--- trunk/dports/python/py-wxpython-2.8/Portfile	2014-09-19 05:49:52 UTC (rev 125511)
+++ trunk/dports/python/py-wxpython-2.8/Portfile	2014-09-19 08:50:32 UTC (rev 125512)
@@ -45,11 +45,12 @@
 
 if {${name} ne ${subport}} {
     conflicts               py${python.version}-wxpython-3.0
+    depends_lib-append      port:py${python.version}-numeric
     patchfiles              patch-config.py.diff
 
     variant carbon conflicts gtk description {use 32-bit carbon-based wxWidgets} {
         wxWidgets.use       wxWidgets-2.8
-        depends_lib-append  port:${wxWidgets.port}
+        depends_run-append  port:${wxWidgets.port}
         # TODO: the following line would end up with --no-user-cfg
         #build.args         WX_CONFIG="${wxWidgets.wxconfig}"
         build.cmd           ${python.bin} setup.py WXPORT="mac" WX_CONFIG="${wxWidgets.wxconfig}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140919/2f406ab1/attachment.html>


More information about the macports-changes mailing list