summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2007-06-30 05:04:41 +0000
committeruebayasi <uebayasi@pkgsrc.org>2007-06-30 05:04:41 +0000
commit0e1d2e07fe25de7762f7b2bc3c7b1d01f10e47e0 (patch)
treea060a7647bcb9ab1a021e8767066e9876b7b7a7f
parentd37e0b5300db7ef007b0cfdfc551e8ce71a7e0c7 (diff)
downloadpkgsrc-0e1d2e07fe25de7762f7b2bc3c7b1d01f10e47e0.tar.gz
I forgot it's freeze, revert the previous for safety.
But actually, the default didn't change because EMACS_TYPE is set to emacs21 in pkgsrc/mk/defaults/mk.conf. I will clean up all Emacs Lisp packages to be emacs22-capable, then change the default.
-rw-r--r--mk/emacs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/emacs.mk b/mk/emacs.mk
index 2c2931f2b1c..2246f90baec 100644
--- a/mk/emacs.mk
+++ b/mk/emacs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: emacs.mk,v 1.39 2007/06/30 04:42:45 uebayasi Exp $
+# $NetBSD: emacs.mk,v 1.40 2007/06/30 05:04:41 uebayasi Exp $
#
# This Makefile fragment handles Emacs Lisp Packages (== ELPs).
#
@@ -196,7 +196,7 @@ BUILD_DEFS_EFFECTS+= ${_SYS_VARS.emacs}
_EMACS_VERSIONS_ALL= \
emacs20 emacs21 emacs21nox emacs22 emacs22nox xemacs214 xemacs215
_EMACS_VERSIONS_ACCEPTED_DEFAULT= ${_EMACS_VERSIONS_ALL}
-_EMACS_VERSION_DEFAULT.emacs= emacs22
+_EMACS_VERSION_DEFAULT.emacs= emacs21
_EMACS_VERSION_DEFAULT.xemacs= xemacs214
_EMACS_REQD.emacs20= emacs>=20.7
_EMACS_REQD.emacs21= emacs>=21.2