diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2013-03-10 06:25:10 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2013-03-10 06:25:10 +0000 |
commit | ac0b71429c9a141e437e98c4a2bf22ddbe2be799 (patch) | |
tree | a3204a699c41c57bc23e817d7f1640dace555383 /inputmethod/skk/Makefile | |
parent | 0b8cbe1891ff96a069e753ef3e62257c61140d3a (diff) | |
download | pkgsrc-ac0b71429c9a141e437e98c4a2bf22ddbe2be799.tar.gz |
Add emacs24nox to the list of EMACS_VERSIONS_ACCEPTED.
Diffstat (limited to 'inputmethod/skk/Makefile')
-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 7dcf28f7381..71a62434e65 100644 --- a/inputmethod/skk/Makefile +++ b/inputmethod/skk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2013/02/17 19:18:04 dholland Exp $ +# $NetBSD: Makefile,v 1.28 2013/03/10 06:25:10 hiramatsu Exp $ # DISTNAME= ddskk-14.4 @@ -18,7 +18,7 @@ CONFLICTS= ddskk-[0-9]* EMACS_MODULES+= base leim EMACS_BUILDLINK=YES -EMACS_VERSIONS_ACCEPTED= emacs24 emacs23 emacs23nox emacs22 emacs22nox \ +EMACS_VERSIONS_ACCEPTED= emacs24 emacs24nox emacs23 emacs23nox emacs22 emacs22nox \ emacs21 emacs21nox MAKE_FLAGS+= EMACS=${EMACS_BIN:Q} |