diff options
author | hiramatsu <hiramatsu> | 2013-03-10 06:25:10 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2013-03-10 06:25:10 +0000 |
commit | c12008bb59d12316c03919320324afa016a42aad (patch) | |
tree | a3204a699c41c57bc23e817d7f1640dace555383 /inputmethod | |
parent | f333f239c8d3b36b9546b027868b60426ee585ca (diff) | |
download | pkgsrc-c12008bb59d12316c03919320324afa016a42aad.tar.gz |
Add emacs24nox to the list of EMACS_VERSIONS_ACCEPTED.
Diffstat (limited to 'inputmethod')
-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} |