[90872] trunk/dports/python/py-envoy/Portfile

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


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

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

Modified: trunk/dports/python/py-envoy/Portfile
===================================================================
--- trunk/dports/python/py-envoy/Portfile	2012-03-16 19:55:50 UTC (rev 90871)
+++ trunk/dports/python/py-envoy/Portfile	2012-03-16 21:09:17 UTC (rev 90872)
@@ -22,6 +22,6 @@
                     sha256  e10aeed89078bb214ff817a189aaf85ab5024025b2e555286872307c9e79b799
 
 if {$name != $subport} {
-    depends_lib     port:py${python.version}-distribute
+    depends_lib-append  port:py${python.version}-distribute
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120316/34322876/attachment.html>


More information about the macports-changes mailing list