diff options
author | minoura <minoura@pkgsrc.org> | 2002-10-18 14:56:03 +0000 |
---|---|---|
committer | minoura <minoura@pkgsrc.org> | 2002-10-18 14:56:03 +0000 |
commit | d85dfe731b2429ccd9f58f0fffce56b316f7aebb (patch) | |
tree | 7d2ad767aaa1e44266db9337e45b08b9dc10ee73 /misc/lookup | |
parent | dbede905b9802bcb486fc1ad4cd7a9c17d863380 (diff) | |
download | pkgsrc-d85dfe731b2429ccd9f58f0fffce56b316f7aebb.tar.gz |
This package does not compile on XEmacs...
Diffstat (limited to 'misc/lookup')
-rw-r--r-- | misc/lookup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index 5fd05e8c6f4..c1e8c9d7bc4 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/10/18 01:31:21 minoura Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/18 14:56:03 minoura Exp $ # DISTNAME= lookup-1.3 @@ -11,6 +11,7 @@ COMMENT= electric dictionary agent for Emacs DEPENDS+= apel>=10:../../devel/apel DEPENDS+= eblook>=1.3:../../textproc/eblook +EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 GNU_CONFIGURE= YES MAKEFLAGS+= lispdir=${EMACS_LISPPREFIX}/lookup |