diff options
author | obache <obache> | 2010-12-23 05:50:10 +0000 |
---|---|---|
committer | obache <obache> | 2010-12-23 05:50:10 +0000 |
commit | 8bbdd70d133860eb7b6a15a12f31a148fd1b228e (patch) | |
tree | 84dcc07bc1d5e4f3b4b74edae364eb5375401d05 /audio | |
parent | f5736624710e75ab9d5bf5a9e84c8e25cd06e7d4 (diff) | |
download | pkgsrc-8bbdd70d133860eb7b6a15a12f31a148fd1b228e.tar.gz |
Configure require msgfmt, msgmerge and xgettext.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/buzztard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/buzztard/Makefile b/audio/buzztard/Makefile index 9c0d67cef47..7983463106d 100644 --- a/audio/buzztard/Makefile +++ b/audio/buzztard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/11/15 22:56:12 abs Exp $ +# $NetBSD: Makefile,v 1.7 2010/12/23 05:50:10 obache Exp $ # DISTNAME= buzztard-0.5.0 @@ -19,7 +19,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config msgfmt msgmerge xgettext PKGCONFIG_OVERRIDE+= src/lib/ic/libbuzztard-ic.pc.in PKGCONFIG_OVERRIDE+= src/lib/core/libbuzztard-core.pc.in |