summaryrefslogtreecommitdiff
path: root/multimedia/mplayer
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/mplayer
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/mplayer')
-rw-r--r--multimedia/mplayer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index 3525ebdfaff7..d0f225401d05 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -421,7 +421,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/live/liveMedia/libliveMedia.a:${PORTSDIR}/net/live
.if defined(WITH_XVID)
CONFIGURE_ARGS+= --enable-xvid \
--with-xvidcore=${LOCALBASE}/lib/libxvidcore.so
-LIB_DEPENDS+= xvidcore.0:${PORTSDIR}/multimedia/xvid
+LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid
.endif
.if defined(WITH_LZO)