summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-08-08 16:17:50 +0000
committertron <tron@pkgsrc.org>2006-08-08 16:17:50 +0000
commite678cd89c3ebd32167c97f342771ef36c0455593 (patch)
tree831984566276cc3fba185ab59f83fcd7cb85cad7 /mail/mutt
parent79acc7c0cbfbbec85b1ae069b211e8641a5f5d2b (diff)
downloadpkgsrc-e678cd89c3ebd32167c97f342771ef36c0455593.tar.gz
Remove "ncurses" from the list of suggested options so that package
uses the native curses implementation by default again.
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk
index 27eb47ef28e..6caddf0487c 100644
--- a/mail/mutt/options.mk
+++ b/mail/mutt/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.9 2006/08/03 17:07:04 wiz Exp $
+# $NetBSD: options.mk,v 1.10 2006/08/08 16:17:50 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mutt
PKG_OPTIONS_OPTIONAL_GROUPS= display
PKG_OPTIONS_GROUP.display= slang ncurses
PKG_SUPPORTED_OPTIONS= ssl buffy-size
-PKG_SUGGESTED_OPTIONS= ncurses ssl
+PKG_SUGGESTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"