Revision
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

Diff

Modified: trunk/dports/python/py-eyed3/Portfile (105445 => 105446)


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