aboutsummaryrefslogtreecommitdiff
path: root/multimedia/audacious-plugins
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2015-03-03 10:19:41 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2015-03-03 10:19:41 +0000
commitc9c7cdd2f23e5f4467e5ef48b3b424df32f26fbe (patch)
tree31ee8364e9c474f97257ab2359f9785c35814a1c /multimedia/audacious-plugins
parentec9a078d40bdc24908164faad7d6c02b26ef9955 (diff)
downloadports-c9c7cdd2f23e5f4467e5ef48b3b424df32f26fbe.tar.gz
ports-c9c7cdd2f23e5f4467e5ef48b3b424df32f26fbe.zip
Notes
Diffstat (limited to 'multimedia/audacious-plugins')
-rw-r--r--multimedia/audacious-plugins/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index a1e0d05d3830..30d6f6e331b4 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -170,10 +170,10 @@ PLIST_SUB+= FLACPLUGIN="@comment "
.if ${PORT_OPTIONS:MFFAUDIO}
LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
-CONFIGURE_ARGS+=--enable-ffaudio
+CONFIGURE_ARGS+=--with-ffmpeg=ffmpeg
PLIST_SUB+= FFAUDIOPLUGIN=""
.else
-CONFIGURE_ARGS+=--disable-ffaudio
+CONFIGURE_ARGS+=--with-ffmpeg=none
PLIST_SUB+= FFAUDIOPLUGIN="@comment "
.endif