diff options
author | lofi <lofi@FreeBSD.org> | 2003-08-13 06:27:30 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-08-13 06:27:30 +0800 |
commit | dd90013bbaba0d06569d019cd3ba4ab5c8589835 (patch) | |
tree | ed5a376b8c1743b56d828ac251860b92c55e3f3e /multimedia/mplayer | |
parent | 83d8f4517a29c40690712eeb3b02f37e312f4acd (diff) | |
download | freebsd-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/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 2 |
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) |