diff options
author | tsutsui <tsutsui> | 2013-03-10 13:40:37 +0000 |
---|---|---|
committer | tsutsui <tsutsui> | 2013-03-10 13:40:37 +0000 |
commit | 5e86ddcb000dd49d142b723f9737d50d4efd2326 (patch) | |
tree | c8bb43d6734e809e95f30596a7db82cf24818d9c /inputmethod | |
parent | f3258b8bc8ee0017742a884ee4a67fbdf100c0b8 (diff) | |
download | pkgsrc-5e86ddcb000dd49d142b723f9737d50d4efd2326.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 |