diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-01 18:52:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-01 18:52:27 +0000 |
commit | 220baa6b40fad15357118b4a1efb82993e9c389f (patch) | |
tree | 6eee4024a6d88c655ea6ff719f632251644413b8 /news | |
parent | be3a661d5b10de2fdcf1a62c11794e03ee2ad784 (diff) | |
download | pkgsrc-220baa6b40fad15357118b4a1efb82993e9c389f.tar.gz |
Fix comment.
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 bfe524cf8ea..0ccbc4982e7 100644 --- a/news/tin/options.mk +++ b/news/tin/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.2 2006/01/01 16:10:51 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2006/01/01 18:52:27 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 +# remove after 2006Q1 PKG_OPTIONS_LEGACY_VARS= TIN_USE_INN_SPOOL:tin-use-inn-spool .include "../../mk/bsd.options.mk" |