diff options
author | obache <obache@pkgsrc.org> | 2014-01-30 12:12:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-30 12:12:08 +0000 |
commit | 989940c34f865b4756a0be5c20a733a8d32b6263 (patch) | |
tree | 7273f7a7a85a742a228fa38fd954cc35ef6923d6 /mk | |
parent | 0f3c42f628b1978eeab934861f28c5fd776a1c25 (diff) | |
download | pkgsrc-989940c34f865b4756a0be5c20a733a8d32b6263.tar.gz |
emacs.mk does not exists and EMACS_TYPE is used in emacs/modules.mk now.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 2d79ec29750..97938534ffb 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.230 2014/01/30 11:56:48 obache Exp $ +# $NetBSD: mk.conf,v 1.231 2014/01/30 12:12:08 obache Exp $ # # This file provides default values for variables that may be overridden @@ -826,8 +826,8 @@ ELK_GUI?= none # Default: none EMACS_TYPE?= emacs24 -# Used by emacs.mk to determine which emacs version should be installed and -# emacs lisp packages should be built for. +# Used by emacs/modules.mk to determine which emacs version should be installed +# and emacs lisp packages should be built for. # Possible: emacs24, emacs23, emacs23nox, emacs22, emacs22nox, # emacs21, emacs21nox, emacs20, # xemacs214, xemacs215 |