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 | b444eb5d321e3e54af79a9d1cbcfbc5adaa914ac (patch) | |
tree | c02f7ae9c8009c0c6245853b8674f4cfdc321038 /news | |
parent | fbf1b99b298252dd9a5aaee623c6b2ca715b4039 (diff) | |
download | pkgsrc-b444eb5d321e3e54af79a9d1cbcfbc5adaa914ac.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" |