aboutsummaryrefslogtreecommitdiff
path: root/graphics/swfdec
diff options
context:
space:
mode:
authorAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-12-20 00:17:00 +0000
committerAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-12-20 00:17:00 +0000
commit76a079d2f27127fb9874fbd5cbe785ca4682a20a (patch)
tree82b8944c9b7394487acfdad531529ecfb07cf57a /graphics/swfdec
parent9b21874692efdf4b2ca9f15d09a78f8cc0b15624 (diff)
downloadports-76a079d2f27127fb9874fbd5cbe785ca4682a20a.tar.gz
ports-76a079d2f27127fb9874fbd5cbe785ca4682a20a.zip
- add a missing + so that new libraries are appended instead of
overriding the depends list Spotted by: pointhat (via pav)
Notes
Notes: svn path=/head/; revision=204161
Diffstat (limited to 'graphics/swfdec')
-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