diff options
author | wiz <wiz> | 2007-11-25 12:44:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-11-25 12:44:07 +0000 |
commit | 761acac947867dca175bdcc6aa64e91e906772d2 (patch) | |
tree | 6772ec77675858651f1fc00472194a2e389bd4cc /news/tin | |
parent | 6347fb8622b05369a8e6d8e28562e6d76152cef5 (diff) | |
download | pkgsrc-761acac947867dca175bdcc6aa64e91e906772d2.tar.gz |
Make curses support completely optional, in response to PR 37173
by David A. Holland.
Diffstat (limited to 'news/tin')
-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 |