diff options
author | ghen <ghen@pkgsrc.org> | 2010-01-26 13:31:50 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2010-01-26 13:31:50 +0000 |
commit | 6454ed8a0552fc6f484af95a49fe40278dfa6b5f (patch) | |
tree | bb84508c30a75242897c31b66fc18371d4e77795 /mail | |
parent | 5f666247ae466cc7ee74e364c2ec6eb794dd712f (diff) | |
download | pkgsrc-6454ed8a0552fc6f484af95a49fe40278dfa6b5f.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')
-rw-r--r-- | mail/mutt-devel/options.mk | 3 | ||||
-rw-r--r-- | mail/mutt/options.mk | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk index 0d7276aac86..368e01b5182 100644 --- a/mail/mutt/options.mk +++ b/mail/mutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2006/10/14 20:34:36 tron Exp $ +# $NetBSD: options.mk,v 1.12 2010/01/26 13:31:50 ghen Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mutt PKG_OPTIONS_REQUIRED_GROUPS= display @@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --with-curses=${BUILDLINK_PREFIX.ncurses} ### ncursesw ### .if !empty(PKG_OPTIONS:Mncursesw) +USE_NCURSES= yes . include "../../devel/ncursesw/buildlink3.mk" .else SUBST_CLASSES+= curse |