diff options
author | minoura <minoura> | 2002-10-18 14:56:03 +0000 |
---|---|---|
committer | minoura <minoura> | 2002-10-18 14:56:03 +0000 |
commit | 5b07f007062cb309517a4c445f9e85ee57786e57 (patch) | |
tree | 7d2ad767aaa1e44266db9337e45b08b9dc10ee73 /misc/lookup/Makefile | |
parent | 3373e60a09c3677ff06b99366d2dd3fc9f31e095 (diff) | |
download | pkgsrc-5b07f007062cb309517a4c445f9e85ee57786e57.tar.gz |
This package does not compile on XEmacs...
Diffstat (limited to 'misc/lookup/Makefile')
-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 |