diff options
author | naddy <naddy@FreeBSD.org> | 2005-03-16 22:50:13 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2005-03-16 22:50:13 +0800 |
commit | a491d34dbdfd6c48c0e49769c21ab70d9aea4d62 (patch) | |
tree | 510f1868efabfda5ba6b8ff3b068d89fcd3166ef /audio/vorbis-tools | |
parent | efa9096aae8ad84ca041597bbd960417341816c1 (diff) | |
download | freebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.tar.gz freebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.tar.zst freebsd-ports-gnome-a491d34dbdfd6c48c0e49769c21ab70d9aea4d62.zip |
new version of libFLAC
Diffstat (limited to 'audio/vorbis-tools')
-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 4f108efbdbad..8b0fa9a4c65c 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= vorbis-tools PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://www.vorbis.com/files/1.0.1/unix/ @@ -17,7 +17,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 \ + FLAC.7:${PORTSDIR}/audio/flac \ speex.3:${PORTSDIR}/audio/speex \ vorbis.3:${PORTSDIR}/audio/libvorbis |