diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-01 19:08:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-01 19:08:15 +0000 |
commit | 3bfed04ca67406576d85350d091046347818198d (patch) | |
tree | 5600d46feacda0b0729ea65e1a0e1fdc74d061db /pkgtools | |
parent | 86b174e21cba69049a60f056bf4070affb755fbb (diff) | |
download | pkgsrc-3bfed04ca67406576d85350d091046347818198d.tar.gz |
Move USE_SJ3 and USE_WNN4 from makevars.map to deprecated.map.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 4 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map index 80ea2ee7366..a3a8f7e4af1 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -1,4 +1,4 @@ -# $NetBSD: deprecated.map,v 1.15 2005/12/01 18:26:01 wiz Exp $ +# $NetBSD: deprecated.map,v 1.16 2005/12/01 19:08:15 wiz Exp $ # # This file contains names of Makefile variables and a short explanation @@ -18,6 +18,8 @@ USE_CUPS Use the PKG_OPTIONS framework (option cups) instead. USE_I586 Use the PKG_OPTIONS framework (option i586) instead. USE_SASL Use the PKG_OPTIONS framework (option sasl) instead. USE_SASL2 Use the PKG_OPTIONS framework (option sasl) instead. +USE_SJ3 Use the PKG_OPTIONS framework (option sj3) instead. +USE_WNN4 Use the PKG_OPTIONS framework (option wnn4) instead. # The following entries can be removed after the 2006Q1 branch. NO_TOOLS You can just remove it. diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index b34e495ca79..4feaf40ea58 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.40 2005/12/01 18:26:01 wiz Exp $ +# $NetBSD: makevars.map,v 1.41 2005/12/01 19:08:15 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -34,9 +34,7 @@ USE_INET6 YesNo USE_INN Yes USE_OPENLDAP { YES NO } USE_OSS Yes -USE_SJ3 { YES NO } USE_SOCKS { 4 5 } -USE_WNN4 { YES NO } USE_XFACE YesNo # some other variables, sorted alphabetically |