diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-20 16:37:57 +0000 |
commit | 65c95ed317d5247174995e434fc6898807b43115 (patch) | |
tree | ed49bb0c5e68c117a3f3b746e36ddafc32401539 /multimedia/mplayer/Makefile | |
parent | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (diff) | |
download | FreeBSD-ports-65c95ed317d5247174995e434fc6898807b43115.zip FreeBSD-ports-65c95ed317d5247174995e434fc6898807b43115.tar.gz |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'multimedia/mplayer/Makefile')
-rw-r--r-- | multimedia/mplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index b8ebafd..197ebb3 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -429,7 +429,7 @@ PKGNAMESUFFIX= -esound .endif .if defined(WITH_VORBIS) -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis .endif .if defined(WITH_REALPLAYER) |