diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-05-08 13:35:20 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-05-08 13:35:20 +0000 |
commit | b1ffeff8e826f42e75ffa8e374e86cf66dd9012e (patch) | |
tree | 05adced5fb8cf690183ca1ea96adfd4df5d55ec0 /misc/lookup | |
parent | 6252eb1ee89f04750ee14686c3633bbb4a5f2e62 (diff) | |
download | pkgsrc-b1ffeff8e826f42e75ffa8e374e86cf66dd9012e.tar.gz |
Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.
Diffstat (limited to 'misc/lookup')
-rw-r--r-- | misc/lookup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index 95025181bc0..1df5ddf0b7d 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/19 16:05:49 uebayasi Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/08 13:35:20 uebayasi Exp $ # DISTNAME= lookup-1.4 @@ -12,7 +12,7 @@ COMMENT= Electric dictionary agent for Emacs DEPENDS+= apel>=10:../../devel/apel DEPENDS+= eblook>=1.4:../../textproc/eblook -EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs214 xemacs215 +EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 xemacs214 xemacs215 GNU_CONFIGURE= YES MAKEFLAGS+= lispdir=${EMACS_LISPPREFIX}/lookup |