[90873] trunk/dports/python/py-greenlet/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Mar 16 14:09:57 PDT 2012


Revision: 90873
          https://trac.macports.org/changeset/90873
Author:   ryandesign at macports.org
Date:     2012-03-16 14:09:56 -0700 (Fri, 16 Mar 2012)
Log Message:
-----------
py-greenlet: append to depends_lib rather than overwriting

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

Modified: trunk/dports/python/py-greenlet/Portfile
===================================================================
--- trunk/dports/python/py-greenlet/Portfile	2012-03-16 21:09:17 UTC (rev 90872)
+++ trunk/dports/python/py-greenlet/Portfile	2012-03-16 21:09:56 UTC (rev 90873)
@@ -46,7 +46,7 @@
 checksums               rmd160  0a866b8e70e43a4f0ac88a57503ceb4d0905bb4a \
                         sha256  259ed0f34de9b0c948f42bdaffe378ea53d210d38377c6dcb0c6b728fccad1b0
 if {$name != $subport} {
-    depends_lib             port:py${python.version}-distribute
+    depends_lib-append  port:py${python.version}-distribute
 }
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120316/b6d94699/attachment.html>


More information about the macports-changes mailing list