diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-04-05 15:03:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-04-05 15:03:44 +0000 |
commit | 3bb4b8f49c4256a70cd49d7455ce50af48bfca19 (patch) | |
tree | 7aaf63f4c112379da3f6f16d855adf3994faeb0b /shells/zsh | |
parent | 77277201cdd9bc27300b5b1b7638d1d1a2fcbf6a (diff) | |
download | pkgsrc-3bb4b8f49c4256a70cd49d7455ce50af48bfca19.tar.gz |
* Remove PLIST.DragonFly, now CHECK_BUILTIN.curses is used.
* Disable gdbm support explicitly.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile.common | 12 |
1 files changed, 10 insertions, 2 deletions
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 |