diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-25 06:41:45 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-25 06:41:45 +0000 |
commit | bbf41dbabb177cb0b1c6dea77b06f0675b20c1fd (patch) | |
tree | a83ae1ab018713229715e81905bcc8bfec19cb56 /audio/vorbis-tools | |
parent | 17b081513772a5290fc7e7b58f02019a5805ed1e (diff) | |
download | ports-bbf41dbabb177cb0b1c6dea77b06f0675b20c1fd.tar.gz ports-bbf41dbabb177cb0b1c6dea77b06f0675b20c1fd.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 ffa541cc0008..4f108efbdbad 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 |