diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-30 07:11:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-30 07:11:46 +0000 |
commit | 9d2e96ac1153abefe1e4f2d6f8412768f4747801 (patch) | |
tree | c02f7ae9c8009c0c6245853b8674f4cfdc321038 /news | |
parent | a9be4d8d01e100a2cb6cc7fb9510812df3e965b8 (diff) | |
download | pkgsrc-9d2e96ac1153abefe1e4f2d6f8412768f4747801.tar.gz |
Remove some legacy options handling after 3 branches.
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/options.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/news/tin/options.mk b/news/tin/options.mk index b96517981c1..1a6c4c05df3 100644 --- a/news/tin/options.mk +++ b/news/tin/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2006/07/17 15:48:47 rillig Exp $ +# $NetBSD: options.mk,v 1.6 2007/01/30 07:11:46 wiz Exp $ .include "../../mk/bsd.prefs.mk" @@ -6,8 +6,6 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.tin PKG_SUPPORTED_OPTIONS= curses icu inet6 tin-use-inn-spool # untested #PKG_SUPPORTED_OPTIONS+= socks -# remove after 2006Q1 -PKG_OPTIONS_LEGACY_VARS= TIN_USE_INN_SPOOL:tin-use-inn-spool .include "../../mk/bsd.options.mk" |