aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-07 02:57:34 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-07 02:57:34 +0000
commit8d9120adf25bf511745cb6868170808e61090d04 (patch)
tree069fca42adaf2f57f14b90bcf950addb620f71e5 /multimedia/mplayer
parentbf02dd77135eab1f1ae5077d473a4c9be48ffc13 (diff)
downloadports-8d9120adf25bf511745cb6868170808e61090d04.tar.gz
ports-8d9120adf25bf511745cb6868170808e61090d04.zip
Notes
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index edcccaaa8ff0..7d7f2d886cdc 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -270,7 +270,7 @@
PORTNAME= mplayer
PORTVERSION= 0.99.7
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= multimedia audio ipv6
MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \
http://www2.mplayerhq.hu/MPlayer/releases/ \
@@ -403,7 +403,7 @@ WITH_MAD= yes
WITH_SVGALIB= yes
.endif
-.if exists(${LOCALBASE}/lib/libtheora.so.1)
+.if exists(${LOCALBASE}/lib/libtheora.so.2)
WITH_THEORA= yes
.endif
@@ -686,7 +686,7 @@ LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib
.endif
.if defined(WITH_THEORA)
-LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora
+LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora
.else
CONFIGURE_ARGS+= --disable-theora
.endif