Revision: 112699 https://trac.macports.org/changeset/112699 Author: devans@macports.org Date: 2013-10-29 10:10:55 -0700 (Tue, 29 Oct 2013) Log Message: ----------- xmms2: correct dependencies for vocoder plugin, disable pulseaudio plugin, prevents opportunistic configuration. Modified Paths: -------------- trunk/dports/audio/xmms2/Portfile Modified: trunk/dports/audio/xmms2/Portfile =================================================================== --- trunk/dports/audio/xmms2/Portfile 2013-10-29 16:57:14 UTC (rev 112698) +++ trunk/dports/audio/xmms2/Portfile 2013-10-29 17:10:55 UTC (rev 112699) @@ -5,7 +5,7 @@ name xmms2 version 0.8DrO_o -revision 5 +revision 6 categories audio # Mostly LGPL, some plugins and clients are GPL license LGPL-2.1+ GPL-2+ GPL-2 @@ -40,7 +40,7 @@ path:lib/libavcodec.dylib:ffmpeg \ port:libdiscid \ port:faad2 \ - port:fftw-3 \ + port:fftw-3-single \ port:libmms \ port:libmodplug \ port:libmpcdec \ @@ -63,7 +63,10 @@ } configure.cmd ./waf configure -configure.args --conf-prefix=${prefix} --nocache +configure.args --conf-prefix=${prefix} \ + --nocache \ + --without-plugins=pulse + configure.universal_args-delete --disable-dependency-tracking build.cmd ./waf