diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-03 00:06:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-03 00:06:49 +0000 |
commit | 2253fa8fefd6ac6b5f93947ba6bd463765fa02a4 (patch) | |
tree | abd13310376799e0e0b46f31a31caa59ea5c65d3 /news | |
parent | cc769b02872b1a4eb77eff0082c73d6e3e5ca6e3 (diff) | |
download | pkgsrc-2253fa8fefd6ac6b5f93947ba6bd463765fa02a4.tar.gz |
Add icu option, default off.
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/tin/options.mk b/news/tin/options.mk index 0ccbc4982e7..659ed994e90 100644 --- a/news/tin/options.mk +++ b/news/tin/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.3 2006/01/01 18:52:27 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2006/01/03 00:06:49 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tin -PKG_SUPPORTED_OPTIONS= curses inet6 tin-use-inn-spool +PKG_SUPPORTED_OPTIONS= curses icu inet6 tin-use-inn-spool # untested -#PKG_SUPPORTED_OPTIONS+= icu socks +#PKG_SUPPORTED_OPTIONS+= socks # remove after 2006Q1 PKG_OPTIONS_LEGACY_VARS= TIN_USE_INN_SPOOL:tin-use-inn-spool |