From 702df4f822db6497744472f7ee3e069e013fc915 Mon Sep 17 00:00:00 2001 From: sobomax Date: Wed, 16 Jan 2002 17:41:49 +0000 Subject: Update version number of vorbis shared library. --- graphics/avifile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/avifile/Makefile b/graphics/avifile/Makefile index 5ecf7641c5e0..2233ed5ae4aa 100644 --- a/graphics/avifile/Makefile +++ b/graphics/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} -- cgit