diff options
author | obache <obache@pkgsrc.org> | 2008-05-24 09:27:49 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-05-24 09:27:49 +0000 |
commit | 6a21e2454753e6337d37c6565c41b23e73253481 (patch) | |
tree | a7b3b33eb611811d19dce2b709857b3dfa2243d7 | |
parent | 442d2697d6229f56695ede790e99833b1280bc11 (diff) | |
download | pkgsrc-6a21e2454753e6337d37c6565c41b23e73253481.tar.gz |
Need msgfmt to build.
Noticed by Hasso Tepper in PR 38690.
-rw-r--r-- | games/ggz-client-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ggz-client-libs/Makefile b/games/ggz-client-libs/Makefile index 1c00848733a..b69f5bd142b 100644 --- a/games/ggz-client-libs/Makefile +++ b/games/ggz-client-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/05/06 23:47:06 markd Exp $ +# $NetBSD: Makefile,v 1.4 2008/05/24 09:27:49 obache Exp $ # DISTNAME= ggz-client-libs-0.0.14.1 @@ -13,6 +13,7 @@ COMMENT= GGZ Gaming Zone libraries GNU_CONFIGURE= yes USE_DIRS+= xdg-1.4 USE_LIBTOOL= yes +USE_TOOLS+= msgfmt CONFIGURE_ARGS+= --enable-debug-gdb CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |