diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-03-06 10:00:15 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-03-06 10:00:15 +0000 |
commit | c612f3bee0aa62591a0ccd42e309d83c5c3ca4ed (patch) | |
tree | 683327904c6d6e88f5c37763bc2309b1292b2ae6 /inputmethod/skk | |
parent | 0c280e4a88c3fa5b26264b1e86f2566556e8232c (diff) | |
download | pkgsrc-c612f3bee0aa62591a0ccd42e309d83c5c3ca4ed.tar.gz |
Remove emacs22 from supported versions
Diffstat (limited to 'inputmethod/skk')
-rw-r--r-- | inputmethod/skk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/skk/Makefile b/inputmethod/skk/Makefile index 644ae28e03f..1ca2d75b5bd 100644 --- a/inputmethod/skk/Makefile +++ b/inputmethod/skk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/03/06 09:58:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2017/03/06 10:00:15 ryoon Exp $ # DISTNAME= ddskk-16.2 @@ -18,7 +18,7 @@ EMACS_MODULES+= base leim EMACS_BUILDLINK=YES EMACS_VERSIONS_ACCEPTED= emacs25 emacs25nox emacs24 emacs24nox -EMACS_VERSIONS_ACCEPTED+= emacs23 emacs23nox emacs22 emacs22nox +EMACS_VERSIONS_ACCEPTED+= emacs23 emacs23nox MAKE_FLAGS+= EMACS=${EMACS_BIN:Q} MAKE_ENV= prefix=${DESTDIR:Q}${PREFIX:Q} \ |