Revision
91400
Author
jmr@macports.org
Date
2012-03-31 11:38:24 -0700 (Sat, 31 Mar 2012)

Log Message

py-gitpython: add distribute dep

Modified Paths

Diff

Modified: trunk/dports/python/py-gitpython/Portfile (91399 => 91400)


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