summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2018-06-20 12:03:04 +0000
committerryoon <ryoon@pkgsrc.org>2018-06-20 12:03:04 +0000
commit74ba51cbe5e3b93806820857f3181da4ee8286a6 (patch)
treeb784f21f1153aae8372f78f76c82d09106f12b9a /inputmethod
parent96d6304fd62df5471206858d3da0a6d21deb2a17 (diff)
downloadpkgsrc-74ba51cbe5e3b93806820857f3181da4ee8286a6.tar.gz
Support emacs26
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 552fcccbc69..b05f3705feb 100644
--- a/inputmethod/skk/Makefile
+++ b/inputmethod/skk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2017/09/29 12:40:27 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2018/06/20 12:03:19 ryoon Exp $
DISTNAME= ddskk-16.2
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/^ddskk/skk/}
@@ -16,7 +16,8 @@ CONFLICTS= ddskk-[0-9]*
EMACS_MODULES+= base leim
EMACS_BUILDLINK=YES
-EMACS_VERSIONS_ACCEPTED= emacs25 emacs25nox
+EMACS_VERSIONS_ACCEPTED= emacs26 emacs26nox
+EMACS_VERSIONS_ACCEPTED+= emacs25 emacs25nox
MAKE_FLAGS+= EMACS=${EMACS_BIN:Q}
MAKE_ENV= prefix=${DESTDIR:Q}${PREFIX:Q} \