diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-09 12:45:53 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-09 12:45:53 +0000 |
commit | f7a56050a691f6166588eca8fb8e1cc412be827c (patch) | |
tree | d032a2a04cd5ddd43d01dfff11d19722102e7f3c /inputmethod/uim-elisp/Makefile | |
parent | 965861b1228989b08b41d2b9e66a16af6aeb09fa (diff) | |
download | pkgsrc-f7a56050a691f6166588eca8fb8e1cc412be827c.tar.gz |
Need msgfmt (configure only).
Diffstat (limited to 'inputmethod/uim-elisp/Makefile')
-rw-r--r-- | inputmethod/uim-elisp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim-elisp/Makefile b/inputmethod/uim-elisp/Makefile index 4d01d7f6ae5..62e4a9b5ad1 100644 --- a/inputmethod/uim-elisp/Makefile +++ b/inputmethod/uim-elisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/23 13:44:20 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/09 12:45:53 hasso Exp $ .include "../../inputmethod/uim/Makefile.common" PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${UIM_VERSION} @@ -8,7 +8,7 @@ COMMENT= Emacs LISP for inputmethod/uim PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libgcroots=installed |