Fri Nov 29 03:19:55 2019 UTC ()
uim-elisp: Needs autopoint


(nia)
diff -r1.13 -r1.14 pkgsrc/inputmethod/uim-elisp/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/inputmethod/uim-elisp/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/uim-elisp/Attic/Makefile 2019/11/05 21:32:14 1.13
+++ pkgsrc/inputmethod/uim-elisp/Attic/Makefile 2019/11/29 03:19:55 1.14
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.13 2019/11/05 21:32:14 nia Exp $ 1# $NetBSD: Makefile,v 1.14 2019/11/29 03:19:55 nia Exp $
2 2
3.include "../../inputmethod/uim/Makefile.common" 3.include "../../inputmethod/uim/Makefile.common"
4PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${DISTNAME:S/^uim-//1} 4PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${DISTNAME:S/^uim-//1}
5CATEGORIES= inputmethod editors 5CATEGORIES= inputmethod editors
6 6
7COMMENT= Emacs LISP for inputmethod/uim 7COMMENT= Emacs LISP for inputmethod/uim
8LICENSE= modified-bsd 8LICENSE= modified-bsd
9 9
10USE_LIBTOOL= YES 10USE_LIBTOOL= YES
11USE_TOOLS+= gmake intltool msgfmt pkg-config 11USE_TOOLS+= gmake pkg-config
 12USE_TOOLS+= autopoint intltool msgfmt
12USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
13GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
14CONFIGURE_ARGS+= --with-libgcroots=installed 15CONFIGURE_ARGS+= --with-libgcroots=installed
15CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX} 16CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}
16CONFIGURE_ARGS+= --without-x 17CONFIGURE_ARGS+= --without-x
17CONFIGURE_ARGS+= --with-libedit=no 18CONFIGURE_ARGS+= --with-libedit=no
18 19
19EMACS_MODULES= base leim 20EMACS_MODULES= base leim
20 21
21BUILD_DIRS= emacs 22BUILD_DIRS= emacs
22 23
23INSTALLATION_DIRS+= share/doc/uim/emacs 24INSTALLATION_DIRS+= share/doc/uim/emacs
24 25