From a0efe687ca102ed66a2204d5dfe948a344f56f1d Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Tue, 5 Sep 2006 12:54:43 +0000 Subject: [PATCH] Options are different from editors/emacs, so rename option name from emacs to emacs_current. --- emacs-current/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs-current/Makefile b/emacs-current/Makefile index 0e2fdebcf8..c4d511396e 100644 --- a/emacs-current/Makefile +++ b/emacs-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/08/12 04:48:36 obache Exp $ +# $NetBSD: Makefile,v 1.8 2006/09/05 12:54:43 obache Exp $ # DISTNAME= emacs-22.0.50 @@ -36,7 +36,7 @@ MAKE_DIRS_PERMS+= ${VARBASE}/games/emacs ${GAMEOWN:Q} ${GAMEGRP} ${GAMEDIRMODE:Q CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/emacs/snake-scores ${GAMEOWN:Q} ${GAMEGRP:Q} ${GAMEDATAMODE:Q} CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/emacs/tetris-scores ${GAMEOWN:Q} ${GAMEGRP:Q} ${GAMEDATAMODE:Q} -PKG_OPTIONS_VAR= PKG_OPTIONS.emacs +PKG_OPTIONS_VAR= PKG_OPTIONS.emacs_current PKG_OPTIONS_OPTIONAL_GROUPS+= toolkit PKG_OPTIONS_GROUP.toolkit= emacs-xaw3d motif gtk .include "../../mk/bsd.options.mk"