aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/swfdec/Makefile
diff options
context:
space:
mode:
authoralexbl <alexbl@FreeBSD.org>2007-12-20 08:17:00 +0800
committeralexbl <alexbl@FreeBSD.org>2007-12-20 08:17:00 +0800
commitb15d7da80d071972ba9bf81c077812241e598a9e (patch)
tree3244c7048980a9fce13914efdcc5c48808a887eb /graphics/swfdec/Makefile
parentcc2d7145535cd60bf87443ef96832f64d59070e2 (diff)
downloadfreebsd-ports-gnome-b15d7da80d071972ba9bf81c077812241e598a9e.tar.gz
freebsd-ports-gnome-b15d7da80d071972ba9bf81c077812241e598a9e.tar.zst
freebsd-ports-gnome-b15d7da80d071972ba9bf81c077812241e598a9e.zip
- add a missing + so that new libraries are appended instead of
overriding the depends list Spotted by: pointhat (via pav)
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