From 6454ed8a0552fc6f484af95a49fe40278dfa6b5f Mon Sep 17 00:00:00 2001 From: ghen Date: Tue, 26 Jan 2010 13:31:50 +0000 Subject: When using the ncursesw option, set USE_NCURSES to force the real ncursesw, NetBSD's built-in curses is not sufficient. See devel/ncursesw/builtin.mk. --- mail/mutt-devel/options.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/mutt-devel') diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk index 0545ecf23b7..6a80a1b89a3 100644 --- a/mail/mutt-devel/options.mk +++ b/mail/mutt-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.36 2009/07/16 20:23:41 tonio Exp $ +# $NetBSD: options.mk,v 1.37 2010/01/26 13:31:50 ghen Exp $ # Global and legacy options @@ -50,6 +50,7 @@ CONFIGURE_ARGS+= --with-sasl=${BUILDLINK_PREFIX.cyrus-sasl} ### ncursesw ### .if !empty(PKG_OPTIONS:Mncursesw) +USE_NCURSES= yes . include "../../devel/ncursesw/buildlink3.mk" .else SUBST_CLASSES+= curse -- cgit v1.2.3