summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-09-18 13:59:01 +0000
committerryoon <ryoon@pkgsrc.org>2016-09-18 13:59:01 +0000
commit3ac003b286473bce5f203f0a20ecf1af06654b2e (patch)
treefa1a0b7701bcb6ad46824fba74c0b77ae6761663 /inputmethod
parent85e99234f4dbfeb75c1469b77dc360bddc06174e (diff)
downloadpkgsrc-3ac003b286473bce5f203f0a20ecf1af06654b2e.tar.gz
Add emacs 25 support
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/skk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/skk/Makefile b/inputmethod/skk/Makefile
index 0afaf6b67ee..858bf54b6f9 100644
--- a/inputmethod/skk/Makefile
+++ b/inputmethod/skk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2014/11/24 02:08:51 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2016/09/18 13:59:24 ryoon Exp $
#
DISTNAME= ddskk-15.2
@@ -17,7 +17,8 @@ CONFLICTS= ddskk-[0-9]*
EMACS_MODULES+= base leim
EMACS_BUILDLINK=YES
-EMACS_VERSIONS_ACCEPTED= emacs24 emacs24nox emacs23 emacs23nox emacs22 emacs22nox
+EMACS_VERSIONS_ACCEPTED= emacs25 emacs25nox emacs24 emacs24nox
+EMACS_VERSIONS_ACCEPTED+= emacs23 emacs23nox emacs22 emacs22nox
MAKE_FLAGS+= EMACS=${EMACS_BIN:Q}
MAKE_ENV= prefix=${DESTDIR:Q}${PREFIX:Q} \