diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-22 11:09:15 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-22 11:09:15 +0000 |
commit | 9843593b9dac466bfe8020a66cd6ffb49710393a (patch) | |
tree | 36a188267dc63c55ef93c58fd9917fe8ff8faa31 /audio/vorbis-tools | |
parent | 6915f3f05b23bd5af4f54b7945017238aa707e70 (diff) | |
download | ports-9843593b9dac466bfe8020a66cd6ffb49710393a.tar.gz ports-9843593b9dac466bfe8020a66cd6ffb49710393a.zip |
Notes
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r-- | audio/vorbis-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index f6f17057fedc..5abcbc418fa5 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -7,6 +7,7 @@ PORTNAME= vorbis-tools PORTVERSION= 1.0 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ @@ -20,7 +21,7 @@ MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ curl.2:${PORTSDIR}/ftp/curl \ - iconv.3:${PORTSDIR}/converters/libiconv \ + intl.2:${PORTSDIR}/devel/gettext \ vorbis.2:${PORTSDIR}/audio/libvorbis GNU_CONFIGURE= yes |