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