Revision
91532
Author
ryandesign@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

Diff

Modified: trunk/dports/python/py-geoalchemy/Portfile (91531 => 91532)


--- 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
 }