py-gitpython: add distribute dep
--- trunk/dports/python/py-gitpython/Portfile 2012-03-31 18:34:05 UTC (rev 91399)
+++ trunk/dports/python/py-gitpython/Portfile 2012-03-31 18:38:24 UTC (rev 91400)
@@ -24,3 +24,7 @@
checksums md5 849082fe29adc653a3621465213cab96 \
sha1 b9f43c91452f3fe7e105ac54ce878ff20ea44f44 \
rmd160 75488dcfe0be35066cd39eb63f909f999f17cdda
+
+if {$subport != $name} {
+ depends_build port:py${python.version}-distribute
+}