diff options
author | wiz <wiz> | 2005-12-01 19:11:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-12-01 19:11:20 +0000 |
commit | 32638502b3c4143a30fb35569bed29eb74432544 (patch) | |
tree | 2180f0820547be70a75889952fdcfaded5ac72ac /pkgtools | |
parent | 9d11f81099dd813c6df78c30c27f2acc3206ded1 (diff) | |
download | pkgsrc-32638502b3c4143a30fb35569bed29eb74432544.tar.gz |
Move USE_XFACE from makevars.map to deprecated.map.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 3 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map index a3a8f7e4af1..0703c032348 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -1,4 +1,4 @@ -# $NetBSD: deprecated.map,v 1.16 2005/12/01 19:08:15 wiz Exp $ +# $NetBSD: deprecated.map,v 1.17 2005/12/01 19:11:20 wiz Exp $ # # This file contains names of Makefile variables and a short explanation @@ -20,6 +20,7 @@ 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. +USE_XFACE Use the PKG_OPTIONS framework 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 4feaf40ea58..688e437de15 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.41 2005/12/01 19:08:15 wiz Exp $ +# $NetBSD: makevars.map,v 1.42 2005/12/01 19:11:20 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -35,7 +35,6 @@ USE_INN Yes USE_OPENLDAP { YES NO } USE_OSS Yes USE_SOCKS { 4 5 } -USE_XFACE YesNo # some other variables, sorted alphabetically |