diff options
author | krion <krion@FreeBSD.org> | 2004-07-25 06:41:45 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-25 06:41:45 +0000 |
commit | c69937cb4963c59982ba1b9c93b651cda644db2f (patch) | |
tree | c6f7df5186c810139b15142e7c87d54547412171 /audio | |
parent | 1400aaad454a40c9442c7d3c3238d90b690264b2 (diff) | |
download | FreeBSD-ports-c69937cb4963c59982ba1b9c93b651cda644db2f.zip FreeBSD-ports-c69937cb4963c59982ba1b9c93b651cda644db2f.tar.gz |
Chase libraries for new audio/speex version.
Reminded by: Christian Hiris <4711@chello.at>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vorbis-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index ffa541c..4f108ef 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= vorbis-tools PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://www.vorbis.com/files/1.0.1/unix/ @@ -18,7 +18,7 @@ COMMENT= Play, encode, and manage Ogg Vorbis files LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ curl.3:${PORTSDIR}/ftp/curl \ FLAC.5:${PORTSDIR}/audio/flac \ - speex.2:${PORTSDIR}/audio/speex \ + speex.3:${PORTSDIR}/audio/speex \ vorbis.3:${PORTSDIR}/audio/libvorbis USE_GETTEXT= yes |