[107174] trunk/dports/python/py-igraph/Portfile

jmr at macports.org jmr at macports.org
Thu Jun 20 14:16:57 PDT 2013


Revision: 107174
          https://trac.macports.org/changeset/107174
Author:   jmr at macports.org
Date:     2013-06-20 14:16:57 -0700 (Thu, 20 Jun 2013)
Log Message:
-----------
py-igraph: fix setuptools dep type

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

Modified: trunk/dports/python/py-igraph/Portfile
===================================================================
--- trunk/dports/python/py-igraph/Portfile	2013-06-20 21:10:20 UTC (rev 107173)
+++ trunk/dports/python/py-igraph/Portfile	2013-06-20 21:16:57 UTC (rev 107174)
@@ -30,8 +30,8 @@
                     sha256  a2478c3a3f2107961cb78b39a09056a92ac4fcd9b43db6ea75a0400bd4edc077
 
 if {$subport != $name} {
-    depends_lib         port:igraph \
-                        port:py${python.version}-setuptools
+    depends_build       port:py${python.version}-setuptools
+    depends_lib-append  port:igraph
 
     patchfiles          patch-setup.cfg.diff \
                         patch-setup.py.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130620/00605737/attachment.html>


More information about the macports-changes mailing list