summaryrefslogtreecommitdiff
path: root/multimedia/beep-media-player
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:37:57 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:37:57 +0000
commit63d96de22f82f902e63a87ea5145bb12c985aad6 (patch)
treeb547f3a265861dfb243e0d8ad3978b9bf05b317f /multimedia/beep-media-player
parentCatch up with libogg/libvorbis version bump. (diff)
Catch up with libogg/libvorbis version bump.
Notes
Notes: svn path=/head/; revision=96270
Diffstat (limited to 'multimedia/beep-media-player')
-rw-r--r--multimedia/beep-media-player/Makefile4
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