diff options
author | obache <obache@pkgsrc.org> | 2011-01-09 10:33:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-09 10:33:02 +0000 |
commit | 83edc5fd9045179db40709c322f54d5a09e493c2 (patch) | |
tree | 83256d8575039d50e692eff5388fe7b36c8d83c2 /inputmethod | |
parent | fd23d6802b194fbc5a9e207940ae72525b9efa8e (diff) | |
download | pkgsrc-83edc5fd9045179db40709c322f54d5a09e493c2.tar.gz |
confgure require xgettext, msgmerge and msgfmt.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/input-pad/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/py-input-pad/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/input-pad/Makefile b/inputmethod/input-pad/Makefile index a4c946f7b53..5e41daf7780 100644 --- a/inputmethod/input-pad/Makefile +++ b/inputmethod/input-pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/11/30 11:39:12 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/01/09 10:33:02 obache Exp $ # .include "Makefile.common" @@ -11,7 +11,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 PKGCONFIG_OVERRIDE+= input-pad.pc.in diff --git a/inputmethod/py-input-pad/Makefile b/inputmethod/py-input-pad/Makefile index 3b6cd0ac4c7..871c976dfe6 100644 --- a/inputmethod/py-input-pad/Makefile +++ b/inputmethod/py-input-pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2010/11/30 11:39:12 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/01/09 10:33:02 obache Exp $ # .include "../../inputmethod/input-pad/Makefile.common" @@ -18,7 +18,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 PKGCONFIG_OVERRIDE+= input-pad.pc.in |