summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2004-02-07 15:21:52 +0000
committeruebayasi <uebayasi>2004-02-07 15:21:52 +0000
commitf21ff25c34761d2d7b09192add331b3c37cb27c4 (patch)
treef5d53916ef0f49625d5d19d491836f82261d9f8d /mk
parent0d1f18750ebff2af94dea49c402a13c33455baf0 (diff)
downloadpkgsrc-f21ff25c34761d2d7b09192add331b3c37cb27c4.tar.gz
Introduce EMACS_TYPE to determine which emacs version should be installed,
and emacs lisp packages should be built for. Users need to set the version you like in /etc/mk.conf explicitly. The default is emacs21 (editors/emacs, GNU Emacs 21.x). This will deprecate EMACS_VERSION_DEFAULT defined in emacs.mk and USE_XEMACS used in places.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 53d46992fb7..b50fef00358 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.212 2004/02/05 07:19:34 jlam Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.213 2004/02/07 15:21:52 uebayasi Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -805,6 +805,12 @@ ELK_GUI?= none
# Possible: none, or some combination of xaw and/or motif
# Default: none
+EMACS_TYPE?= emacs21
+# 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
+
EMACS_USE_POP?= yes
# Used by emacs package to determine whether pop support is enabled or not.
# Possible: yes, no