diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-22 11:09:15 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-22 11:09:15 +0000 |
commit | a18674a0593f8e3a71a3ea4c8bb9632848af1b6e (patch) | |
tree | 1c0493d40f312773513f57da9a4b645d745f1fdd /audio | |
parent | 9445ef33fd2a69ebaa8beeec6732e08057d549cf (diff) | |
download | FreeBSD-ports-a18674a0593f8e3a71a3ea4c8bb9632848af1b6e.zip FreeBSD-ports-a18674a0593f8e3a71a3ea4c8bb9632848af1b6e.tar.gz |
Fix gettext dependency.
Diffstat (limited to 'audio')
-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 f6f1705..5abcbc4 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 |