diff options
author | obache <obache@pkgsrc.org> | 2011-01-22 05:28:24 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-22 05:28:24 +0000 |
commit | 3d2a6df8a89db25ea86ff787cb90535e1e82f037 (patch) | |
tree | 65f2bab018cafb43c8e75532b284e0ac7a35e539 /inputmethod | |
parent | 8463a674fc6c256db7528ecacedc94da653371d9 (diff) | |
download | pkgsrc-3d2a6df8a89db25ea86ff787cb90535e1e82f037.tar.gz |
configure require msgfmt xgettext and msgmerge.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-input-pad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus-input-pad/Makefile b/inputmethod/ibus-input-pad/Makefile index 93d8953988c..5b90c173533 100644 --- a/inputmethod/ibus-input-pad/Makefile +++ b/inputmethod/ibus-input-pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/01/13 13:38:27 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2011/01/22 05:28:24 obache Exp $ # DISTNAME= ibus-input-pad-0.1.4 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config intltool +USE_TOOLS+= gmake pkg-config intltool msgfmt xgettext msgmerge .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" |