[89166] trunk/dports/python/py-pylons/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 19 20:37:21 PST 2012


Revision: 89166
          http://trac.macports.org/changeset/89166
Author:   ryandesign at macports.org
Date:     2012-01-19 20:37:20 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
py-pylons: append to, don't overwrite, portgroup dependencies

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

Modified: trunk/dports/python/py-pylons/Portfile
===================================================================
--- trunk/dports/python/py-pylons/Portfile	2012-01-20 04:35:45 UTC (rev 89165)
+++ trunk/dports/python/py-pylons/Portfile	2012-01-20 04:37:20 UTC (rev 89166)
@@ -28,7 +28,8 @@
                     sha256  d5b643b5021457fe7d2f6bb777c2eae85026e557289ef5421e37ae6f5696da33
 
 if {$name != $subport} {
-    depends_lib     port:py${python.version}-distribute \
+    depends_lib-append \
+                    port:py${python.version}-distribute \
                     port:py${python.version}-routes \
                     port:py${python.version}-webhelpers \
                     port:py${python.version}-beaker \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/9509955e/attachment.html>


More information about the macports-changes mailing list