Revision: 91399 https://trac.macports.org/changeset/91399 Author: jmr@macports.org Date: 2012-03-31 11:34:05 -0700 (Sat, 31 Mar 2012) Log Message: ----------- py-smmap: add distribute dep Modified Paths: -------------- trunk/dports/python/py-smmap/Portfile Modified: trunk/dports/python/py-smmap/Portfile =================================================================== --- trunk/dports/python/py-smmap/Portfile 2012-03-31 18:00:42 UTC (rev 91398) +++ trunk/dports/python/py-smmap/Portfile 2012-03-31 18:34:05 UTC (rev 91399) @@ -22,3 +22,7 @@ checksums md5 f5426b7626ddcf5e447253fae0396b0c \ sha1 d2d2e1b4726e8c6616d0a5f01146dd45fd94808b \ rmd160 a030840a5821bf60160fecd3ed1d28d08a075614 + +if {$subport != $name} { + depends_build port:py${python.version}-distribute +}