summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorghen <ghen>2010-01-26 13:31:50 +0000
committerghen <ghen>2010-01-26 13:31:50 +0000
commitc3e2c489965ef062693dc1e9090a5eb8557de2bd (patch)
treebb84508c30a75242897c31b66fc18371d4e77795 /mail/mutt-devel
parent996ffff0f20cf889259697f669e8fe0ec33c8350 (diff)
downloadpkgsrc-c3e2c489965ef062693dc1e9090a5eb8557de2bd.tar.gz
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.
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/options.mk3
1 files changed, 2 insertions, 1 deletions
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