[92409] trunk/dports/python/py-creoleparser/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 27 15:14:42 PDT 2012


Revision: 92409
          https://trac.macports.org/changeset/92409
Author:   ryandesign at macports.org
Date:     2012-04-27 15:14:42 -0700 (Fri, 27 Apr 2012)
Log Message:
-----------
py-creoleparser: append to depends_lib rather than overwrite

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

Modified: trunk/dports/python/py-creoleparser/Portfile
===================================================================
--- trunk/dports/python/py-creoleparser/Portfile	2012-04-27 22:08:48 UTC (rev 92408)
+++ trunk/dports/python/py-creoleparser/Portfile	2012-04-27 22:14:42 UTC (rev 92409)
@@ -26,5 +26,5 @@
                     sha256  07af317e5c19e819130e01d8d698a741f05d69572642f5710b22b9f3630b45f3
 
 if {$name != $subport} {
-    depends_lib         port:py${python.version}-genshi
+    depends_lib-append  port:py${python.version}-genshi
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120427/e7950748/attachment.html>


More information about the macports-changes mailing list