aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/avidemux
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2003-08-13 06:27:30 +0800
committerlofi <lofi@FreeBSD.org>2003-08-13 06:27:30 +0800
commitdd90013bbaba0d06569d019cd3ba4ab5c8589835 (patch)
treeed5a376b8c1743b56d828ac251860b92c55e3f3e /multimedia/avidemux
parent83d8f4517a29c40690712eeb3b02f37e312f4acd (diff)
downloadfreebsd-ports-gnome-dd90013bbaba0d06569d019cd3ba4ab5c8589835.tar.gz
freebsd-ports-gnome-dd90013bbaba0d06569d019cd3ba4ab5c8589835.tar.zst
freebsd-ports-gnome-dd90013bbaba0d06569d019cd3ba4ab5c8589835.zip
Update xvid to latest release and chase library dependencies in ports
that depend on it. Approved by: arved (Mentor)
Diffstat (limited to 'multimedia/avidemux')
-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