diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-10-11 14:45:02 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-10-11 14:45:02 +0000 |
commit | afda336472cd6be85b4bfbdd01fb794a8575eff6 (patch) | |
tree | a741a7c859fb04b6989d5a36bd0bd7a08423fdb9 /multimedia/mplayer | |
parent | 7c241d931c491f7dd188bc841b58d2b96b4201c2 (diff) | |
download | ports-afda336472cd6be85b4bfbdd01fb794a8575eff6.tar.gz ports-afda336472cd6be85b4bfbdd01fb794a8575eff6.zip |
Notes
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 |