diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-22 19:09:15 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-22 19:09:15 +0800 |
commit | a18674a0593f8e3a71a3ea4c8bb9632848af1b6e (patch) | |
tree | 1c0493d40f312773513f57da9a4b645d745f1fdd /audio | |
parent | 9445ef33fd2a69ebaa8beeec6732e08057d549cf (diff) | |
download | freebsd-ports-gnome-a18674a0593f8e3a71a3ea4c8bb9632848af1b6e.tar.gz freebsd-ports-gnome-a18674a0593f8e3a71a3ea4c8bb9632848af1b6e.tar.zst freebsd-ports-gnome-a18674a0593f8e3a71a3ea4c8bb9632848af1b6e.zip |
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 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 |