diff options
author | obache <obache@pkgsrc.org> | 2014-12-07 02:29:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-07 02:29:00 +0000 |
commit | 9cf2e4194e526d12495636b186e277f552d03de4 (patch) | |
tree | a7340a535af7d77c9d09f44491961cef6f0bca97 /inputmethod | |
parent | 5ae1d6cd68faa55df2bb4c500605d4cf4a3e9d39 (diff) | |
download | pkgsrc-9cf2e4194e526d12495636b186e277f552d03de4.tar.gz |
libtool is required to build helper utiltilies.
fixes PR pkg/49321.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim-elisp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/uim-elisp/Makefile b/inputmethod/uim-elisp/Makefile index 3401702c3ac..06c2cb960e0 100644 --- a/inputmethod/uim-elisp/Makefile +++ b/inputmethod/uim-elisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/04/08 11:17:15 rodent Exp $ +# $NetBSD: Makefile,v 1.12 2014/12/07 02:29:00 obache Exp $ .include "../../inputmethod/uim/Makefile.common" PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${UIM_VERSION} @@ -7,6 +7,7 @@ CATEGORIES= inputmethod editors COMMENT= Emacs LISP for inputmethod/uim LICENSE= modified-bsd +USE_LIBTOOL= YES USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LANGUAGES= c c++ GNU_CONFIGURE= YES |