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 | b4d297a2893445bed183d6dc39b055b019bba9f5 (patch) | |
tree | 3118e2f3585e6101ffb796c64187e66503d7c6fe | |
parent | 3fe308b740d6c5845ad965dc97bd75bff6b8f452 (diff) | |
download | pkgsrc-b4d297a2893445bed183d6dc39b055b019bba9f5.tar.gz |
Add emacs23nox to EMACS_VERSIONS_ACCEPTED.
-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} |