py-eyed3: add missing dep on py-distribute
--- trunk/dports/python/py-eyed3/Portfile 2013-04-20 15:35:44 UTC (rev 105445)
+++ trunk/dports/python/py-eyed3/Portfile 2013-04-20 15:52:22 UTC (rev 105446)
@@ -30,6 +30,8 @@
build.cmd "${python.bin} setup.py"
destroot.cmd "${python.bin} setup.py"
+ depends_build-append port:py${python.version}-distribute
+
pre-destroot {
reinplace "s|python|${python.bin}|g" ${worksrcpath}/bin/eyeD3
}