[127073] trunk/dports/python/py-py2app/Portfile

mf2k at macports.org mf2k at macports.org
Mon Oct 20 09:26:18 PDT 2014


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

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

Modified: trunk/dports/python/py-py2app/Portfile
===================================================================
--- trunk/dports/python/py-py2app/Portfile	2014-10-20 16:25:14 UTC (rev 127072)
+++ trunk/dports/python/py-py2app/Portfile	2014-10-20 16:26:18 UTC (rev 127073)
@@ -6,6 +6,7 @@
 
 name                py-py2app
 version             0.9
+revision            1
 categories-append   devel
 license             {MIT PSF}
 maintainers         jmr openmaintainer
@@ -28,7 +29,7 @@
 python.versions     24 25 26 27 31 32 33 34
 
 if {$subport ne $name} {
-    depends_lib     port:py${python.version}-macholib
+    depends_lib-append  port:py${python.version}-macholib
 
     post-destroot {
         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141020/b92350d7/attachment.html>


More information about the macports-changes mailing list