diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2013-03-10 13:40:37 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2013-03-10 13:40:37 +0000 |
commit | a23acf3d02a22b786f96ab42df667d1c45c7cca7 (patch) | |
tree | c8bb43d6734e809e95f30596a7db82cf24818d9c /inputmethod | |
parent | fa57cd9ce4701b53deb6353f1277f838af3615c7 (diff) | |
download | pkgsrc-a23acf3d02a22b786f96ab42df667d1c45c7cca7.tar.gz |
Fix anthy-elisp build failure with emacs24.
Per comment from mef@, leim is required by only old versions.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/anthy-elisp/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/anthy-elisp/PLIST b/inputmethod/anthy-elisp/PLIST index 3114cb770e7..03df452d993 100644 --- a/inputmethod/anthy-elisp/PLIST +++ b/inputmethod/anthy-elisp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2009/08/05 07:01:05 minskim Exp $ +@comment $NetBSD: PLIST,v 1.7 2013/03/10 13:40:37 tsutsui Exp $ ${EMACS_LISPPREFIX}/anthy/anthy-azik.el ${EMACS_LISPPREFIX}/anthy/anthy-azik.elc ${EMACS_LISPPREFIX}/anthy/anthy-conf.el @@ -12,4 +12,4 @@ ${EMACS_LISPPREFIX}/anthy/anthy-kyuri.elc ${EMACS_LISPPREFIX}/anthy/anthy.el ${EMACS_LISPPREFIX}/anthy/anthy.elc ${EMACS_LISPPREFIX}/anthy/leim-list.el -${NOTFOR_emacs23}${NOTFOR_emacs22}${NOTFOR_emacs22nox}${EMACS_LISPPREFIX}/anthy/leim-list.elc +${NOTFOR_emacs24}${NOTFOR_emacs23}${NOTFOR_emacs22}${NOTFOR_emacs22nox}${EMACS_LISPPREFIX}/anthy/leim-list.elc |