diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:50:13 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-03-16 14:50:13 +0000 |
commit | c65892996765bb99500d4c50b5e409b69317b978 (patch) | |
tree | dee07b2e00944aac36439781f32962627c6be9d8 /audio/vorbis-tools | |
parent | e8c58c6b92471d63cf0285641edd76878833b892 (diff) | |
download | ports-c65892996765bb99500d4c50b5e409b69317b978.tar.gz ports-c65892996765bb99500d4c50b5e409b69317b978.zip |
Notes
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 |