[91532] trunk/dports/python/py-geoalchemy/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 3 21:16:39 PDT 2012


Revision: 91532
          https://trac.macports.org/changeset/91532
Author:   ryandesign at macports.org
Date:     2012-04-03 21:16:39 -0700 (Tue, 03 Apr 2012)
Log Message:
-----------
py-geoalchemy: append to depends_lib rather than overwriting it

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

Modified: trunk/dports/python/py-geoalchemy/Portfile
===================================================================
--- trunk/dports/python/py-geoalchemy/Portfile	2012-04-04 04:15:34 UTC (rev 91531)
+++ trunk/dports/python/py-geoalchemy/Portfile	2012-04-04 04:16:39 UTC (rev 91532)
@@ -35,7 +35,8 @@
 python.default_version  27
 
 if {$subport != $name} {
-    depends_lib     port:py${python.version}-distribute \
+    depends_lib-append \
+                    port:py${python.version}-distribute \
                     port:py${python.version}-sqlalchemy \
                     port:py${python.version}-psycopg2
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120403/4153e946/attachment.html>


More information about the macports-changes mailing list