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 | abaeabf807210878d7e4f9a7f5c49d4fd8352569 (patch) | |
tree | 34f2dba60e15007c05c14b7b7f6a1621dee2ca8c /news | |
parent | 566d64209ce8726d2b583bc94a0b6d662ff6cb30 (diff) | |
download | pkgsrc-abaeabf807210878d7e4f9a7f5c49d4fd8352569.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" |