diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-01 19:11:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-01 19:11:20 +0000 |
commit | c79f85ac70c8e80406019301d48a2586f1e38ac1 (patch) | |
tree | 2180f0820547be70a75889952fdcfaded5ac72ac | |
parent | ccd03b01b55c45600b6a63dd092f1aff7c6fb6e3 (diff) | |
download | pkgsrc-c79f85ac70c8e80406019301d48a2586f1e38ac1.tar.gz |
Move USE_XFACE from makevars.map to deprecated.map.
-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 |