From 766bd704126c4516082c860d13e5e6d759efdb18 Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 22 Jul 2002 10:56:15 +0000 Subject: [PATCH] Fix gettext dependency. --- audio/vorbis-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index ad153daafc3..0e0d39e46a6 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2002/07/20 12:10:21 naddy Exp $ +# $OpenBSD: Makefile,v 1.17 2002/07/22 10:56:15 naddy Exp $ COMMENT= "play, encode, and manage Ogg Vorbis files" @@ -21,9 +21,9 @@ MASTER_SITES= ftp://ftp.linuxpowered.com/pub/Vorbis/unix/ \ http://www.casterclub.com/vorbis/unix/ \ http://www.math.utoledo.edu/~chaese/Vorbis/unix/ +MODULES= gettext LIB_DEPENDS= ao.3::audio/libao \ curl.2::net/curl \ - iconv.2::converters/libiconv \ vorbis.2,vorbisenc.2,vorbisfile.3::audio/libvorbis CONFIGURE_STYLE= gnu