[91023] trunk/dports/python/py-blessings/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 22 03:41:34 PDT 2012


Revision: 91023
          https://trac.macports.org/changeset/91023
Author:   ryandesign at macports.org
Date:     2012-03-22 03:41:31 -0700 (Thu, 22 Mar 2012)
Log Message:
-----------
py-blessings: append to depends_lib rather than overwriting it

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

Modified: trunk/dports/python/py-blessings/Portfile
===================================================================
--- trunk/dports/python/py-blessings/Portfile	2012-03-22 10:25:36 UTC (rev 91022)
+++ trunk/dports/python/py-blessings/Portfile	2012-03-22 10:41:31 UTC (rev 91023)
@@ -23,6 +23,6 @@
                     sha256  1bc5679fdf1807c74eb8da3774dd61ba928134cfb729df664fb60602161af193
 
 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/20120322/c940ad32/attachment.html>


More information about the macports-changes mailing list