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
commit3ec5857266d81f51098b9786eea5f429ca640875 (patch)
tree9ce79879eb2696abf129f9bfe2f947ecb8a73450 /mail/mutt-devel
parente5c27b9f7a9a780c232f3777df89b48accba5376 (diff)
downloadpkgsrc-3ec5857266d81f51098b9786eea5f429ca640875.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"