diff options
author | lofi <lofi@FreeBSD.org> | 2004-06-12 05:48:50 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-06-12 05:48:50 +0800 |
commit | 67a33dbebac93dd2d9eef2ec5e9f23a922128e66 (patch) | |
tree | 41765a70c5b50374336a3141caf55faaf1978db1 /multimedia/mplayerxp | |
parent | 921b51e38b5c16357b585ce85fe1dcc7e6433c40 (diff) | |
download | freebsd-ports-gnome-67a33dbebac93dd2d9eef2ec5e9f23a922128e66.tar.gz freebsd-ports-gnome-67a33dbebac93dd2d9eef2ec5e9f23a922128e66.tar.zst freebsd-ports-gnome-67a33dbebac93dd2d9eef2ec5e9f23a922128e66.zip |
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.
Diffstat (limited to 'multimedia/mplayerxp')
-rw-r--r-- | multimedia/mplayerxp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile index d0650a70cb7d..9c40b1227225 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/Makefile @@ -153,7 +153,7 @@ CONFIGURE_ARGS+= --disable-sdl-image .endif # xvid .ifdef(WITH_XVID) -LIB_DEPENDS+= xvidcore.2:${PORTSDIR}/multimedia/xvid +LIB_DEPENDS+= xvidcore.4:${PORTSDIR}/multimedia/xvid CONFIGURE_ARGS+= --enable-xvid \ --with-xvidcore=${LOCALBASE} |