summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2007-11-04 23:53:44 +0000
committeruebayasi <uebayasi@pkgsrc.org>2007-11-04 23:53:44 +0000
commitce502a864ca8d91030674bfeaa2056ddc90a6a3f (patch)
tree13718408e2686d9b84755913278226b318006bb6 /mk/defaults
parentaf17969f768ffc254105fc762057c6e051f3313b (diff)
downloadpkgsrc-ce502a864ca8d91030674bfeaa2056ddc90a6a3f.tar.gz
Change the default EMACS_TYPE to emacs22. Suggested on tech-pkg, no objections
for one week.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index d786c706d30..11c6bedc60d 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.164 2007/10/27 13:35:27 obache Exp $
+# $NetBSD: mk.conf,v 1.165 2007/11/04 23:53:44 uebayasi Exp $
#
# This file provides default values for variables that may be overridden
@@ -817,11 +817,11 @@ ELK_GUI?= none
# Possible: none, or some combination of xaw and/or motif
# Default: none
-EMACS_TYPE?= emacs21
+EMACS_TYPE?= emacs22
# Used by emacs.mk to determine which emacs version should be installed and
# emacs lisp packages should be built for.
-# Possible: emacs21, emacs21nox, emacs20, xemacs214, xemacs215
-# Default: emacs21
+# Possible: emacs22, emacs22nox, emacs21, emacs21nox, emacs20, xemacs214, xemacs215
+# Default: emacs22
EXIM_GROUP?= mail
# Used in the exim package to specify the server group.