aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-05-07 10:57:34 +0800
committermnag <mnag@FreeBSD.org>2006-05-07 10:57:34 +0800
commita4fc62f81e5b4865d1880eae5796b9f2459ba72d (patch)
treee3e9ef4dfa32b78235d1be6b4c54dc303657d4e0 /multimedia/mplayer
parentb6cf8a9699d0397e6750737f567e9d1d1fa0f230 (diff)
downloadfreebsd-ports-gnome-a4fc62f81e5b4865d1880eae5796b9f2459ba72d.tar.gz
freebsd-ports-gnome-a4fc62f81e5b4865d1880eae5796b9f2459ba72d.tar.zst
freebsd-ports-gnome-a4fc62f81e5b4865d1880eae5796b9f2459ba72d.zip
- Update PORTREVISION and libtheora version reflecting multimedia/libtheora update.
- portlint(1) while here
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