diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-05 07:57:17 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-05 07:57:17 +0000 |
commit | e2566582cdc01f537b47c0da40bd028373283a97 (patch) | |
tree | 6991ff8de556ef4febfc7b9ac46264b29f223156 /misc/lookup/Makefile | |
parent | 7fd98fb747350f4219e515490f882eea1ca42d3c (diff) | |
download | pkgsrc-e2566582cdc01f537b47c0da40bd028373283a97.tar.gz |
misc/lookup can be built with emacs23.
Diffstat (limited to 'misc/lookup/Makefile')
-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 246d796f6db..c334286c9d7 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/10/13 08:07:02 uebayasi Exp $ +# $NetBSD: Makefile,v 1.19 2009/08/05 07:57:17 minskim Exp $ # DISTNAME= lookup-1.4.1 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= eblook>=1.4:../../textproc/eblook -EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs214 xemacs215 +EMACS_VERSIONS_ACCEPTED= emacs23 emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs214 xemacs215 EMACS_BUILDLINK=# defined GNU_CONFIGURE= YES |