diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-25 12:44:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-25 12:44:07 +0000 |
commit | 10a9a86a931e4c29687df90e8ab45b838b04e180 (patch) | |
tree | 6772ec77675858651f1fc00472194a2e389bd4cc /news | |
parent | cc772ba9b0970e9b1cf5184fd78ab4dbf03cfbd8 (diff) | |
download | pkgsrc-10a9a86a931e4c29687df90e8ab45b838b04e180.tar.gz |
Make curses support completely optional, in response to PR 37173
by David A. Holland.
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/tin/options.mk b/news/tin/options.mk index f45d110d5d5..63091fff880 100644 --- a/news/tin/options.mk +++ b/news/tin/options.mk @@ -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 |