diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-09 06:31:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-09 06:31:29 +0000 |
commit | aa7d51e97a62d2022b9fca7ba2a1e981575a28f8 (patch) | |
tree | b6b10aee3c582ce3fd6983b66cb468f3795189cd /mail/neomutt | |
parent | ed51ff8e315f742df0ecd3f37dbdad4b0256bb3a (diff) | |
download | pkgsrc-aa7d51e97a62d2022b9fca7ba2a1e981575a28f8.tar.gz |
Switch to ncursesw by default for now;
curses on NetBSD has bugs with too many inverse characters.
(or the code base has them but they don't appear with ncurses)
Diffstat (limited to 'mail/neomutt')
-rw-r--r-- | mail/neomutt/Makefile | 3 | ||||
-rw-r--r-- | mail/neomutt/options.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 7b9d767b612..e0762fe44da 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2016/09/08 21:53:35 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/09/09 06:31:29 wiz Exp $ DISTNAME= neomutt-20160827 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GITHUB:=neomutt/} GITHUB_TAG= ${DISTNAME} diff --git a/mail/neomutt/options.mk b/mail/neomutt/options.mk index e8712089443..08445718ab2 100644 --- a/mail/neomutt/options.mk +++ b/mail/neomutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2016/07/11 22:05:02 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2016/09/09 06:31:29 wiz Exp $ # Global and legacy options @@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl PKG_SUPPORTED_OPTIONS+= mutt-hcache tokyocabinet mutt-smtp PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox PKG_SUPPORTED_OPTIONS+= mutt-sidebar -PKG_SUGGESTED_OPTIONS= curses gpgme idn mutt-hcache mutt-smtp sasl smime ssl +PKG_SUGGESTED_OPTIONS= ncursesw gpgme idn mutt-hcache mutt-smtp sasl smime ssl PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox PKG_SUGGESTED_OPTIONS+= mutt-hcache tokyocabinet mutt-smtp PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox |