summaryrefslogtreecommitdiff
path: root/multimedia/avidemux/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2003-08-12 22:27:30 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2003-08-12 22:27:30 +0000
commitc8f7bbcd15bd5e618283babf555eeb39006a740c (patch)
tree9c36409d2538ed5300a3349278e12309b569cbf7 /multimedia/avidemux/Makefile
parentUpdate to a current snapshot. (diff)
Update xvid to latest release and chase library dependencies in ports
that depend on it. Approved by: arved (Mentor)
Notes
Notes: svn path=/head/; revision=86866
Diffstat (limited to 'multimedia/avidemux/Makefile')
-rw-r--r--multimedia/avidemux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index 575df38ab462..0dd6a5cc22b0 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -39,12 +39,12 @@ USE_GMAKE= yes
WITH_A52= yes
.endif
-.if exists(${LOCALBASE}/lib/libxvidcore.so.0)
+.if exists(${LOCALBASE}/lib/libxvidcore.so.2)
WITH_XVID= yes
.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