[107279] trunk/dports/python/py-numexpr/Portfile

jmr at macports.org jmr at macports.org
Mon Jun 24 19:15:04 PDT 2013


Revision: 107279
          https://trac.macports.org/changeset/107279
Author:   jmr at macports.org
Date:     2013-06-24 19:15:04 -0700 (Mon, 24 Jun 2013)
Log Message:
-----------
py-numexpr: fix setuptools dep type

Modified Paths:
--------------
    trunk/dports/python/py-numexpr/Portfile

Modified: trunk/dports/python/py-numexpr/Portfile
===================================================================
--- trunk/dports/python/py-numexpr/Portfile	2013-06-25 02:08:16 UTC (rev 107278)
+++ trunk/dports/python/py-numexpr/Portfile	2013-06-25 02:15:04 UTC (rev 107279)
@@ -41,8 +41,8 @@
 }
 
 if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-setuptools \
-                        port:py${python.version}-numpy
+    depends_build       port:py${python.version}-setuptools
+    depends_lib-append  port:py${python.version}-numpy
 
     post-destroot {
         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130624/4a2f2607/attachment.html>


More information about the macports-changes mailing list