diff options
author | ahze <ahze@FreeBSD.org> | 2007-10-11 22:45:02 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-10-11 22:45:02 +0800 |
commit | 1d7077e2355c4c9660189cf71fe737c11db14697 (patch) | |
tree | 0483d12431a8057b1948e38fd7692f916ae2ddbf /multimedia/mplayer | |
parent | 9c206292a7aae5e5f94d5a36f3ef4d15f7661964 (diff) | |
download | freebsd-ports-gnome-1d7077e2355c4c9660189cf71fe737c11db14697.tar.gz freebsd-ports-gnome-1d7077e2355c4c9660189cf71fe737c11db14697.tar.zst freebsd-ports-gnome-1d7077e2355c4c9660189cf71fe737c11db14697.zip |
Chase libtheora lib version
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.options | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 2ad85ed0567c..52d12f2b86c9 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 13 +PORTREVISION= 14 COMMENT= High performance media player supporting many formats .include "${.CURDIR}/Makefile.shared" diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index 8cca4a418cdc..151cc533b353 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -118,7 +118,7 @@ CONFIGURE_ARGS+= --disable-xvid .endif .if defined(WITH_THEORA) -LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora .else CONFIGURE_ARGS+= --disable-theora .endif |