Revision: 105446 https://trac.macports.org/changeset/105446 Author: elelay@macports.org Date: 2013-04-20 08:52:22 -0700 (Sat, 20 Apr 2013) Log Message: ----------- py-eyed3: add missing dep on py-distribute Modified Paths: -------------- trunk/dports/python/py-eyed3/Portfile Modified: trunk/dports/python/py-eyed3/Portfile =================================================================== --- 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 }