aboutsummaryrefslogtreecommitdiff
path: root/multimedia/avidemux2
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-12-05 22:19:04 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-12-05 22:19:04 +0000
commit3cb362c3c5b1dd042abb7602440534f4c6fff97e (patch)
treea2e1d3030b92b052305db27de56e86cb229a326e /multimedia/avidemux2
parent64d745e42315a6089d369c416aa060375618a824 (diff)
downloadports-3cb362c3c5b1dd042abb7602440534f4c6fff97e.tar.gz
ports-3cb362c3c5b1dd042abb7602440534f4c6fff97e.zip
Notes
Diffstat (limited to 'multimedia/avidemux2')
-rw-r--r--multimedia/avidemux2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/avidemux2/Makefile b/multimedia/avidemux2/Makefile
index 6c0e11dc6250..6bb3bfc5f652 100644
--- a/multimedia/avidemux2/Makefile
+++ b/multimedia/avidemux2/Makefile
@@ -44,7 +44,7 @@ WITH_MPEGENC= yes
WITH_A52= yes
.endif
-.if exists(${LOCALBASE}/lib/libxvidcore.so.0)
+.if exists(${LOCALBASE}/lib/libxvidcore.so.2)
WITH_XVID= yes
.endif
@@ -53,7 +53,7 @@ RUN_DEPENDS+= mpeg2enc:${PORTSDIR}/multimedia/mjpegtools
.endif
.if defined(WITH_XVID)
-LIB_DEPENDS+= xvidcore.0:${PORTSDIR}/multimedia/xvid
+LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid
CONFIGURE_ARGS+= --with-xvid-as-decoder
.endif