diff options
author | wiz <wiz> | 2007-01-30 07:11:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-01-30 07:11:46 +0000 |
commit | 5cd1a02768036b9855bde22707e2036121232af7 (patch) | |
tree | c02f7ae9c8009c0c6245853b8674f4cfdc321038 /news/tin | |
parent | 5fbf0d51104102773a72030897fcda578da193ba (diff) | |
download | pkgsrc-5cd1a02768036b9855bde22707e2036121232af7.tar.gz |
Remove some legacy options handling after 3 branches.
Diffstat (limited to 'news/tin')
-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" |