From 3bb4b8f49c4256a70cd49d7455ce50af48bfca19 Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 5 Apr 2011 15:03:44 +0000 Subject: * Remove PLIST.DragonFly, now CHECK_BUILTIN.curses is used. * Disable gdbm support explicitly. --- shells/zsh/Makefile.common | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'shells/zsh') diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 69cfbc7cbc8..86f917fdf39 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.58 2010/02/09 00:08:50 zafer Exp $ +# $NetBSD: Makefile.common,v 1.59 2011/04/05 15:03:44 ryoon Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -33,7 +33,7 @@ BUILD_DEFS+= ZSH_STATIC MAKE_JOBS_SAFE= no INSTALL_TARGET= install install.info PKG_SHELL= bin/zsh -PLIST_VARS= dynamic terminfo +PLIST_VARS= dynamic terminfo curses ################################################################################ @@ -80,6 +80,14 @@ CHECK_BUILTIN.terminfo= yes PLIST.terminfo= yes .endif +### curses +CHECK_BUILTIN.curses= yes +.include "../../mk/curses.builtin.mk" +.if !empty(USE_BUILTIN.curses:M[Yy][Ee][Ss]) +PLIST.curses= yes +.endif + + ################################################################################ # XXXUEBAYASI old make(1) has problems to handle :?true_str:false_str -- cgit v1.2.3