aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
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 /multimedia
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 'multimedia')
-rw-r--r--multimedia/avifile/Makefile2
-rw-r--r--multimedia/xmms/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile
index 5ecf7641c5e0..2233ed5ae4aa 100644
--- a/multimedia/avifile/Makefile
+++ b/multimedia/avifile/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12
.if !defined(WITHOUT_VORBIS)
LIB_DEPENDS+= ogg.2:${PORTSDIR}/audio/libogg \
- vorbis.0:${PORTSDIR}/audio/libvorbis
+ vorbis.1:${PORTSDIR}/audio/libvorbis
.endif
RUN_DEPENDS= ${CODEC_DETECTION_FILE}:${CODEC_PORT}
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile
index 46492d14bd4f..a19b28565790 100644
--- a/multimedia/xmms/Makefile
+++ b/multimedia/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