diff options
-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 |