diff options
author | obache <obache@pkgsrc.org> | 2013-03-10 14:14:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-10 14:14:31 +0000 |
commit | 926903bdb95403e02d9fb4faa065d7ee7a75cd53 (patch) | |
tree | cc539bf26ac21a75e2874e2e3eef76d1856a4c95 /inputmethod | |
parent | 5b49d7e9fc9be9d7e8b253d97b061b779ae787d0 (diff) | |
download | pkgsrc-926903bdb95403e02d9fb4faa065d7ee7a75cd53.tar.gz |
Use FOR_emacs_no_byte_compile as comditional PLIST for future emacs version.
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 03df452d993..1af574e8d79 100644 --- a/inputmethod/anthy-elisp/PLIST +++ b/inputmethod/anthy-elisp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2013/03/10 13:40:37 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.8 2013/03/10 14:14:31 obache 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_emacs24}${NOTFOR_emacs23}${NOTFOR_emacs22}${NOTFOR_emacs22nox}${EMACS_LISPPREFIX}/anthy/leim-list.elc +${FOR_emacs_no_byte_compile}${EMACS_LISPPREFIX}/anthy/leim-list.elc |