diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-02-09 12:44:21 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-02-09 12:44:21 +0000 |
commit | 3882228e140ca744c8a1fd5525a6e676ab710025 (patch) | |
tree | 3118e2f3585e6101ffb796c64187e66503d7c6fe /inputmethod | |
parent | eef0de0daa7daea1af99b2871c553441cfa32e27 (diff) | |
download | pkgsrc-3882228e140ca744c8a1fd5525a6e676ab710025.tar.gz |
Add emacs23nox to 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 e1fa63316ba..60b6e0ef227 100644 --- a/inputmethod/skk/Makefile +++ b/inputmethod/skk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2011/02/03 14:42:53 uebayasi Exp $ +# $NetBSD: Makefile,v 1.23 2011/02/09 12:44:21 ryoon Exp $ # DISTNAME= ddskk-14.2 @@ -19,7 +19,7 @@ CONFLICTS= ddskk-[0-9]* EMACS_MODULES+= base leim EMACS_BUILDLINK=YES -EMACS_VERSIONS_ACCEPTED= emacs24 emacs23 emacs22 emacs22nox \ +EMACS_VERSIONS_ACCEPTED= emacs24 emacs23 emacs23nox emacs22 emacs22nox \ emacs21 emacs21nox MAKE_FLAGS+= EMACS=${EMACS_BIN:Q} |