diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-27 07:37:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-27 07:37:59 +0000 |
commit | b3122a3fb844083e4f9d2160b2d6fffd2706bbfd (patch) | |
tree | baecb00c0725ea099b986e940317baebbe8e7e28 /audio/snd | |
parent | 0daad3e2e12f7d7e8735ed49c6cba83df72027cb (diff) | |
download | pkgsrc-b3122a3fb844083e4f9d2160b2d6fffd2706bbfd.tar.gz |
Seems to need msgfmt. Found in DragonFly bulk build.
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 882871f1181..78a2df74cbc 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2007/02/23 00:34:53 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2007/02/27 07:37:59 wiz Exp $ # DISTNAME= snd-8.8 @@ -15,7 +15,7 @@ DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config BUILD_TARGET= snd MAKE_FILE= makefile |