Tue Nov 5 21:32:14 2019 UTC ()
uim-elisp: Fix version number


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

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

--- pkgsrc/inputmethod/uim-elisp/Attic/Makefile 2014/12/07 02:29:00 1.12
+++ pkgsrc/inputmethod/uim-elisp/Attic/Makefile 2019/11/05 21:32:14 1.13
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2014/12/07 02:29:00 obache Exp $ 1# $NetBSD: Makefile,v 1.13 2019/11/05 21:32:14 nia Exp $
2 2
3.include "../../inputmethod/uim/Makefile.common" 3.include "../../inputmethod/uim/Makefile.common"
4PKGNAME= ${EMACS_PKGNAME_PREFIX}uim-elisp-${UIM_VERSION} 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 intltool msgfmt pkg-config
12USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
13GNU_CONFIGURE= YES 13GNU_CONFIGURE= YES
14CONFIGURE_ARGS+= --with-libgcroots=installed 14CONFIGURE_ARGS+= --with-libgcroots=installed
15CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX} 15CONFIGURE_ARGS+= --with-lispdir=${EMACS_LISPPREFIX}
16CONFIGURE_ARGS+= --without-x 16CONFIGURE_ARGS+= --without-x
17CONFIGURE_ARGS+= --with-libedit=no 17CONFIGURE_ARGS+= --with-libedit=no