pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/uim-elisp



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Nov 29 03:19:55 UTC 2019

Modified Files:
        pkgsrc/inputmethod/uim-elisp: Makefile

Log Message:
uim-elisp: Needs autopoint


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/inputmethod/uim-elisp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/uim-elisp/Makefile
diff -u pkgsrc/inputmethod/uim-elisp/Makefile:1.13 pkgsrc/inputmethod/uim-elisp/Makefile:1.14
--- pkgsrc/inputmethod/uim-elisp/Makefile:1.13  Tue Nov  5 21:32:14 2019
+++ pkgsrc/inputmethod/uim-elisp/Makefile       Fri Nov 29 03:19:55 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/11/05 21:32:14 nia Exp $
+# $NetBSD: Makefile,v 1.14 2019/11/29 03:19:55 nia Exp $
 
 .include               "../../inputmethod/uim/Makefile.common"
 PKGNAME=               ${EMACS_PKGNAME_PREFIX}uim-elisp-${DISTNAME:S/^uim-//1}
@@ -8,7 +8,8 @@ COMMENT=                Emacs LISP for inputmethod/uim
 LICENSE=               modified-bsd
 
 USE_LIBTOOL=           YES
-USE_TOOLS+=            gmake intltool msgfmt pkg-config
+USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            autopoint intltool msgfmt
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --with-libgcroots=installed



Home | Main Index | Thread Index | Old Index