aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer/Makefile.options
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/Makefile.options
parent7c241d931c491f7dd188bc841b58d2b96b4201c2 (diff)
downloadports-afda336472cd6be85b4bfbdd01fb794a8575eff6.tar.gz
ports-afda336472cd6be85b4bfbdd01fb794a8575eff6.zip
Chase libtheora lib version
Notes
Notes: svn path=/head/; revision=201292
Diffstat (limited to 'multimedia/mplayer/Makefile.options')
-rw-r--r--multimedia/mplayer/Makefile.options2
1 files changed, 1 insertions, 1 deletions
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