summaryrefslogtreecommitdiff
path: root/multimedia/avidemux/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-06-11 21:48:50 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-06-11 21:48:50 +0000
commit9845b5e2d700cab3d57025132cd342bd160e524c (patch)
treeaf796b87d290d0247e8da17656a6ccd800dda8d3 /multimedia/avidemux/Makefile
parent- update to 9.3.2 (diff)
Update XviD to version 1.0.1, chase shared library bump through dependencies,
disable xvid support in avifile and bump PORTREVISION in transcode for added dependency on xvid4conf.
Notes
Notes: svn path=/head/; revision=111310
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 41420cf01084..348829409f77 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -45,12 +45,12 @@ IGNORE= requires an x86-32 processor, if you are using other platforms install
WITH_A52= yes
.endif
-.if exists(${LOCALBASE}/lib/libxvidcore.so.2)
+.if exists(${LOCALBASE}/lib/libxvidcore.so.4)
WITH_XVID= yes
.endif
.if defined(WITH_XVID)
-LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid
+LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid
CONFIGURE_ARGS+= --with-xvid-as-decoder
.endif