diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-05 22:14:28 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-05 22:14:28 +0000 |
commit | 984cab80d766e41ded5bfbb5a4ba9b295132609f (patch) | |
tree | 3a1b39a5d2971987e8a47e43ea30b7745e232f85 /mk | |
parent | f8e83c56bb89d0a44f1102536aba635b4ac9cdcd (diff) | |
download | pkgsrc-984cab80d766e41ded5bfbb5a4ba9b295132609f.tar.gz |
Let EMACS_TYPE support editors/emacs and editors/emacs-nox11 as
emacs23 and emacs23nox, respectively; editors/emacs is the default
one.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 9 |
1 files changed, 5 insertions, 4 deletions
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. |