diff options
author | kwm <kwm@FreeBSD.org> | 2005-01-13 19:04:06 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-01-13 19:04:06 +0000 |
commit | 352e79112a6f6022eb4975997aafb1023c5ecf2f (patch) | |
tree | afce6793d26c11ed39f493665db725023568258b /multimedia/mplayer | |
parent | b01a49a959407ac3fac7b96df8f03282e5bb90ef (diff) | |
download | FreeBSD-ports-352e79112a6f6022eb4975997aafb1023c5ecf2f.zip FreeBSD-ports-352e79112a6f6022eb4975997aafb1023c5ecf2f.tar.gz |
Bump portrevision to chase shlib dump of libtheora and new location.
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 8b9566e..71a6b92 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -243,7 +243,7 @@ PORTNAME= mplayer PORTVERSION= 0.99.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia audio ipv6 MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \ http://www2.mplayerhq.hu/MPlayer/releases/ \ @@ -359,7 +359,7 @@ WITH_MAD= yes WITH_SVGALIB= yes .endif -.if exists(${LOCALBASE}/lib/libtheora.so.0) +.if exists(${LOCALBASE}/lib/libtheora.so.1) WITH_THEORA= yes .endif @@ -559,7 +559,7 @@ LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib .endif .if defined(WITH_THEORA) -LIB_DEPENDS+= theora.0:${PORTSDIR}/graphics/libtheora +LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora .endif #.if defined(WITH_TREMOR) |