From f54de1f654ff4b4e5e8c34d5a9d6baa9331495d3 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 5 Aug 2009 22:14:28 +0000 Subject: Let EMACS_TYPE support editors/emacs and editors/emacs-nox11 as emacs23 and emacs23nox, respectively; editors/emacs is the default one. --- mk/defaults/mk.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'mk/defaults') diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index dce0b36a14a..6999d267467 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.184 2009/03/20 19:25:01 joerg Exp $ +# $NetBSD: mk.conf,v 1.185 2009/08/05 22:14:28 minskim Exp $ # # This file provides default values for variables that may be overridden @@ -819,11 +819,12 @@ ELK_GUI?= none # Possible: none, or some combination of xaw and/or motif # Default: none -EMACS_TYPE?= emacs22 +EMACS_TYPE?= emacs23 # Used by emacs.mk to determine which emacs version should be installed and # emacs lisp packages should be built for. -# Possible: emacs22, emacs22nox, emacs21, emacs21nox, emacs20, xemacs214, xemacs215 -# Default: emacs22 +# Possible: emacs23, emacs22, emacs22nox, emacs21, emacs21nox, emacs20, +# xemacs214, xemacs215 +# Default: emacs23 EXIM_GROUP?= mail # Used in the exim package to specify the server group. -- cgit v1.2.3