pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/tin Make curses support completely optional, in r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be0f96006681
branches:  trunk
changeset: 535665:be0f96006681
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 25 12:44:07 2007 +0000

description:
Make curses support completely optional, in response to PR 37173
by David A. Holland.

diffstat:

 news/tin/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 1a4119313cff -r be0f96006681 news/tin/options.mk
--- a/news/tin/options.mk       Sun Nov 25 12:42:04 2007 +0000
+++ b/news/tin/options.mk       Sun Nov 25 12:44:07 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.8 2007/09/19 05:55:05 wiz Exp $
+# $NetBSD: options.mk,v 1.9 2007/11/25 12:44:07 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.tin
 PKG_SUPPORTED_OPTIONS=         icu inet6 tin-use-inn-spool
-PKG_OPTIONS_REQUIRED_GROUPS=   display
+PKG_OPTIONS_OPTIONAL_GROUPS=   display
 PKG_OPTIONS_GROUP.display=     curses ncurses ncursesw
 PKG_SUGGESTED_OPTIONS=         curses
 # untested



Home | Main Index | Thread Index | Old Index