aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-10-11 14:45:02 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-10-11 14:45:02 +0000
commitafda336472cd6be85b4bfbdd01fb794a8575eff6 (patch)
treea741a7c859fb04b6989d5a36bd0bd7a08423fdb9 /multimedia/mplayer
parent7c241d931c491f7dd188bc841b58d2b96b4201c2 (diff)
downloadports-afda336472cd6be85b4bfbdd01fb794a8575eff6.tar.gz
ports-afda336472cd6be85b4bfbdd01fb794a8575eff6.zip
Notes
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile2
-rw-r--r--multimedia/mplayer/Makefile.options2
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