diff options
author | uebayasi <uebayasi> | 2003-01-12 02:02:49 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-01-12 02:02:49 +0000 |
commit | a4ce7620a94efc6458a2e8d61c4ca1bda24c0e2a (patch) | |
tree | d12cf9cc5855034c694e52f3fad867efe1f51f19 | |
parent | 5fcd1192d6896647f8471e5194afc547ead0a9f4 (diff) | |
download | pkgsrc-a4ce7620a94efc6458a2e8d61c4ca1bda24c0e2a.tar.gz |
Won't compile with Emacs 20.7. Remove emacs20 from EMACS_VERSIONS_ACCEPTED.
XXX Should be fixed later.
-rw-r--r-- | editors/jde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jde/Makefile b/editors/jde/Makefile index d37374b4d6f..776e1bbc390 100644 --- a/editors/jde/Makefile +++ b/editors/jde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/01/11 08:51:37 uebayasi Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/12 02:02:49 uebayasi Exp $ # DISTNAME= jde-2.3.2 @@ -19,7 +19,7 @@ DEPENDS+= elib>=1.0:../../devel/elib .include "../../mk/emacs.mk" # XEmacs has its own JDE package -EMACS_VERSIONS_ACCEPTED=emacs21 emacs20 +EMACS_VERSIONS_ACCEPTED=emacs21 # XXX Won't compile with emacs20... BUILD_ENV+= EMACS=${EMACS} MAKE_ENV+= EMACS_LISPPREFIX=${EMACS_LISPPREFIX} |