summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-08-10 11:41:16 +0000
committerwiz <wiz@pkgsrc.org>2006-08-10 11:41:16 +0000
commit47fd6ef63f66eb7896ed849de03f68ce88221db7 (patch)
tree9ce79879eb2696abf129f9bfe2f947ecb8a73450 /mail/mutt-devel
parent88c62f0d03b41b917e33726e6d6c0676e6de36d3 (diff)
downloadpkgsrc-47fd6ef63f66eb7896ed849de03f68ce88221db7.tar.gz
Fix previous (remove ncurses in the correct place).
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk
index 5dae2d99fa1..2fb2ab44b82 100644
--- a/mail/mutt-devel/options.mk
+++ b/mail/mutt-devel/options.mk
@@ -1,12 +1,12 @@
-# $NetBSD: options.mk,v 1.17 2006/08/08 16:17:50 tron Exp $
+# $NetBSD: options.mk,v 1.18 2006/08/10 11:41:16 wiz Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.mutt
PKG_OPTIONS_OPTIONAL_GROUPS= display
-PKG_OPTIONS_GROUP.display= slang
+PKG_OPTIONS_GROUP.display= slang ncurses
PKG_SUPPORTED_OPTIONS= ssl sasl mutt-hcache idn mutt-compressed-mbox
-PKG_SUGGESTED_OPTIONS= ncurses ssl
+PKG_SUGGESTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"