Revision: 111733 https://trac.macports.org/changeset/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: -------------- trunk/dports/audio/flac2mp3/Portfile Modified: trunk/dports/audio/flac2mp3/Portfile =================================================================== --- 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
participants (1)
-
ryandesign@macports.org