summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorwiz <wiz>2006-08-10 11:41:16 +0000
committerwiz <wiz>2006-08-10 11:41:16 +0000
commit2974a6f9961fa8a71ffc8641a165f61d86d86aa1 (patch)
tree9ce79879eb2696abf129f9bfe2f947ecb8a73450 /mail/mutt-devel
parent7fc3a60ed7f46adb207f9c932cb816314a00afb2 (diff)
downloadpkgsrc-2974a6f9961fa8a71ffc8641a165f61d86d86aa1.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"