diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 22:41:40 +0000 |
commit | 64b64d5ff70dae7baae7d1c4985bfe485e310ca3 (patch) | |
tree | 3ba02a3613025d14be6bb631b3d27f3f9746aa88 /audio/vorbis-tools | |
parent | 1809887ddd6fd017f42ca369f650921e08b5e991 (diff) | |
download | ports-64b64d5ff70dae7baae7d1c4985bfe485e310ca3.tar.gz ports-64b64d5ff70dae7baae7d1c4985bfe485e310ca3.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 1c8b5ed5ef6a..ffa541cc0008 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= vorbis-tools PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://www.vorbis.com/files/1.0.1/unix/ @@ -16,7 +16,7 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= Play, encode, and manage Ogg Vorbis files LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ - curl.2:${PORTSDIR}/ftp/curl \ + curl.3:${PORTSDIR}/ftp/curl \ FLAC.5:${PORTSDIR}/audio/flac \ speex.2:${PORTSDIR}/audio/speex \ vorbis.3:${PORTSDIR}/audio/libvorbis |