diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-01 16:10:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-01 16:10:51 +0000 |
commit | da8a44da16ba1412f7fa0027e52647bec93682bc (patch) | |
tree | 34f2dba60e15007c05c14b7b7f6a1621dee2ca8c /news | |
parent | 362a51494a6a64b298099db0566a2cf3537c8e25 (diff) | |
download | pkgsrc-da8a44da16ba1412f7fa0027e52647bec93682bc.tar.gz |
Mention when to remove PKG_OPTIONS_LEGACY_VARS line.
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/tin/options.mk b/news/tin/options.mk index ae745f6f969..bfe524cf8ea 100644 --- a/news/tin/options.mk +++ b/news/tin/options.mk @@ -1,9 +1,10 @@ -# $NetBSD: options.mk,v 1.1 2006/01/01 16:10:29 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2006/01/01 16:10:51 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tin PKG_SUPPORTED_OPTIONS= curses inet6 tin-use-inn-spool # untested #PKG_SUPPORTED_OPTIONS+= icu socks +# remove after 2005Q1 PKG_OPTIONS_LEGACY_VARS= TIN_USE_INN_SPOOL:tin-use-inn-spool .include "../../mk/bsd.options.mk" |