aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-17 01:41:49 +0800
committersobomax <sobomax@FreeBSD.org>2002-01-17 01:41:49 +0800
commit702df4f822db6497744472f7ee3e069e013fc915 (patch)
tree353bb45bad37e8a59d2ed0eb22587f45ae4ce5cd /audio
parent8cba060b7c89e6910ee7d1f67719063598ef57b0 (diff)
downloadfreebsd-ports-gnome-702df4f822db6497744472f7ee3e069e013fc915.tar.gz
freebsd-ports-gnome-702df4f822db6497744472f7ee3e069e013fc915.tar.zst
freebsd-ports-gnome-702df4f822db6497744472f7ee3e069e013fc915.zip
Update version number of vorbis shared library.
Diffstat (limited to 'audio')
-rw-r--r--audio/mq3/Makefile2
-rw-r--r--audio/sdl_mixer/Makefile2
-rw-r--r--audio/xmms/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/mq3/Makefile b/audio/mq3/Makefile
index b1ca7e85bdd5..29d8fae52d5c 100644
--- a/audio/mq3/Makefile
+++ b/audio/mq3/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.mq3.org/source/
MAINTAINER= erich@tacni.net
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
- vorbis.0:${PORTSDIR}/audio/libvorbis \
+ vorbis.1:${PORTSDIR}/audio/libvorbis \
qthreads.0:${PORTSDIR}/lang/guile
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile
index 392fb5812bb4..eb2352214b0c 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
smpeg.1:${PORTSDIR}/graphics/smpeg \
- vorbis.0:${PORTSDIR}/audio/libvorbis
+ vorbis.1:${PORTSDIR}/audio/libvorbis
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index 46492d14bd4f..a19b28565790 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -46,7 +46,7 @@ PLIST_SUB+= MIKMODPLUGIN:="@comment "
.endif
.if !defined(WITHOUT_VORBIS)
-LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis
INPUT_PLUGINS+= vorbis
PLIST_SUB+= VORBISPLUGIN:=""
.else