[127069] trunk/dports/python/py-modulegraph/Portfile

mf2k at macports.org mf2k at macports.org
Mon Oct 20 09:11:27 PDT 2014


Revision: 127069
          https://trac.macports.org/changeset/127069
Author:   mf2k at macports.org
Date:     2014-10-20 09:11:27 -0700 (Mon, 20 Oct 2014)
Log Message:
-----------
py-modulegraph: Fix dependencies to include python.

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

Modified: trunk/dports/python/py-modulegraph/Portfile
===================================================================
--- trunk/dports/python/py-modulegraph/Portfile	2014-10-20 16:11:15 UTC (rev 127068)
+++ trunk/dports/python/py-modulegraph/Portfile	2014-10-20 16:11:27 UTC (rev 127069)
@@ -6,6 +6,7 @@
 
 name                py-modulegraph
 version             0.12
+revision            1
 categories-append   devel
 license             MIT
 maintainers         jmr openmaintainer
@@ -31,7 +32,7 @@
 python.versions     24 25 26 27 31 32 33 34
 
 if {$subport ne $name} {
-    depends_lib         port:py${python.version}-altgraph \
+    depends_lib-append  port:py${python.version}-altgraph \
                         port:py${python.version}-setuptools
     livecheck.type  none
     if {${python.version} <= 25} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141020/657ba0bf/attachment.html>


More information about the macports-changes mailing list