diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-16 17:41:49 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-16 17:41:49 +0000 |
commit | 702df4f822db6497744472f7ee3e069e013fc915 (patch) | |
tree | 353bb45bad37e8a59d2ed0eb22587f45ae4ce5cd /audio/mq3 | |
parent | 8cba060b7c89e6910ee7d1f67719063598ef57b0 (diff) | |
download | FreeBSD-ports-702df4f822db6497744472f7ee3e069e013fc915.zip FreeBSD-ports-702df4f822db6497744472f7ee3e069e013fc915.tar.gz |
Update version number of vorbis shared library.
Diffstat (limited to 'audio/mq3')
-rw-r--r-- | audio/mq3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mq3/Makefile b/audio/mq3/Makefile index b1ca7e8..29d8fae 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 |