pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Fix previous (remove ncurses in the co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9f1c53c9dcd
branches:  trunk
changeset: 517394:c9f1c53c9dcd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 10 11:41:16 2006 +0000

description:
Fix previous (remove ncurses in the correct place).

diffstat:

 mail/mutt-devel/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r bec583a4165b -r c9f1c53c9dcd mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk        Thu Aug 10 11:35:56 2006 +0000
+++ b/mail/mutt-devel/options.mk        Thu Aug 10 11:41:16 2006 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index