diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-17 01:41:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-17 01:41:49 +0800 |
commit | 702df4f822db6497744472f7ee3e069e013fc915 (patch) | |
tree | 353bb45bad37e8a59d2ed0eb22587f45ae4ce5cd /graphics | |
parent | 8cba060b7c89e6910ee7d1f67719063598ef57b0 (diff) | |
download | freebsd-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 'graphics')
-rw-r--r-- | graphics/avifile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |