diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:57:34 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:57:34 +0000 |
commit | 8d9120adf25bf511745cb6868170808e61090d04 (patch) | |
tree | 069fca42adaf2f57f14b90bcf950addb620f71e5 /multimedia/mplayer | |
parent | bf02dd77135eab1f1ae5077d473a4c9be48ffc13 (diff) | |
download | ports-8d9120adf25bf511745cb6868170808e61090d04.tar.gz ports-8d9120adf25bf511745cb6868170808e61090d04.zip |
Notes
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 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 |