diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-20 15:32:43 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-20 15:32:43 +0000 |
commit | e7690885fd83ccaab97ab6d71c490c0b06763654 (patch) | |
tree | 6c4a81c4465b2041467d46474fc4a5cdf2cf8da7 /multimedia/mplayer | |
parent | fe92cd6fa6b042dda1e3684bf849e198ade36bad (diff) | |
download | ports-e7690885fd83ccaab97ab6d71c490c0b06763654.tar.gz ports-e7690885fd83ccaab97ab6d71c490c0b06763654.zip |
Notes
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index c3de6f8f2b40..8093f2cbecb2 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -7,6 +7,7 @@ PORTNAME= mplayer PORTVERSION= 0.90.0.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://ftp.mplayerhq.hu/MPlayer/releases/ \ http://www.mplayerhq.hu/MPlayer/releases/ \ @@ -98,7 +99,7 @@ LIB_DEPENDS+= SDL-1.1.4:${PORTSDIR}/devel/sdl12 .endif .if defined(WITH_VORBIS) -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis .endif .if defined(WITH_XANIM) |