Revision
111733
Author
ryandesign@macports.org
Date
2013-09-30 03:50:49 -0700 (Mon, 30 Sep 2013)

Log Message

flac2mp3: use depends_run instead of depends_lib because it's a noarch script and there is no configure or build phase

Modified Paths

Diff

Modified: trunk/dports/audio/flac2mp3/Portfile (111732 => 111733)


--- trunk/dports/audio/flac2mp3/Portfile	2013-09-30 10:46:16 UTC (rev 111732)
+++ trunk/dports/audio/flac2mp3/Portfile	2013-09-30 10:50:49 UTC (rev 111733)
@@ -26,7 +26,7 @@
 
 distname            ${name}
 
-depends_lib         port:flac \
+depends_run         port:flac \
                     port:lame \
                     port:p5.12-mp3-info