[127070] trunk/dports/python/py-macholib/Portfile

mf2k at macports.org mf2k at macports.org
Mon Oct 20 09:13:44 PDT 2014


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

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

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


More information about the macports-changes mailing list