aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/swfdec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/swfdec/Makefile')
-rw-r--r--graphics/swfdec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile
index 83b8fc14922e..c1b78ad31c9b 100644
--- a/graphics/swfdec/Makefile
+++ b/graphics/swfdec/Makefile
@@ -35,7 +35,7 @@ PLIST_SUB= VERSION=${PORTVERSION:R}
.if defined(WITH_GSTREAMER)
USE_GSTREAMER= yes
.else
-LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
+LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
mad.2:${PORTSDIR}/audio/libmad
CONFIGURE_ARGS+= --disable-gstreamer --enable-ffmpeg --enable-mad
.endif