py-geoalchemy: append to depends_lib rather than overwriting it
--- 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
}