diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-21 00:37:57 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-21 00:37:57 +0800 |
commit | 65c95ed317d5247174995e434fc6898807b43115 (patch) | |
tree | ed49bb0c5e68c117a3f3b746e36ddafc32401539 /multimedia/beep-media-player | |
parent | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (diff) | |
download | freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.tar.gz freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.tar.zst freebsd-ports-gnome-65c95ed317d5247174995e434fc6898807b43115.zip |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'multimedia/beep-media-player')
-rw-r--r-- | multimedia/beep-media-player/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/beep-media-player/Makefile b/multimedia/beep-media-player/Makefile index f58ad3c761e9..b6f3e92b2097 100644 --- a/multimedia/beep-media-player/Makefile +++ b/multimedia/beep-media-player/Makefile @@ -7,7 +7,7 @@ PORTNAME= beep-media-player PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://linux-media.net/beep/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION}-pre5 @@ -52,7 +52,7 @@ PLIST_SUB+= MIKMODPLUGIN:="@comment " #.endif .if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis INPUT_PLUGINS+= vorbis PLIST_SUB+= VORBISPLUGIN:="" .else |