diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-01 20:13:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-01 20:13:16 +0000 |
commit | 382d475f212dac4f55de377769ae8d7e95f56766 (patch) | |
tree | 1946ef9535f959406e572be4b7dce0b06875b14b /pkgtools | |
parent | ef743064b7ff40933da5706d93d923a0ab2b9007 (diff) | |
download | pkgsrc-382d475f212dac4f55de377769ae8d7e95f56766.tar.gz |
Move USE_OPENLDAP 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 bf844a634c9..ab11bb8487f 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -1,4 +1,4 @@ -# $NetBSD: deprecated.map,v 1.19 2005/12/01 19:48:05 wiz Exp $ +# $NetBSD: deprecated.map,v 1.20 2005/12/01 20:13:16 wiz Exp $ # # This file contains names of Makefile variables and a short explanation @@ -17,6 +17,7 @@ USE_PERL5 Use USE_TOOLS+=perl or USE_TOOLS+=perl:run instead. USE_CUPS Use the PKG_OPTIONS framework (option cups) instead. USE_I586 Use the PKG_OPTIONS framework (option i586) instead. USE_INN Use the PKG_OPTIONS framework instead. +USE_OPENLDAP Use the PKG_OPTIONS framework (option openldap) instead. USE_OSS Use the PKG_OPTIONS framework (option oss) instead. USE_SASL Use the PKG_OPTIONS framework (option sasl) instead. USE_SASL2 Use the PKG_OPTIONS framework (option sasl) instead. diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index c6fc76738ce..a845703bbd6 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.44 2005/12/01 19:48:05 wiz Exp $ +# $NetBSD: makevars.map,v 1.45 2005/12/01 20:13:16 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -31,7 +31,6 @@ SETGIDGAME YesNo USE_CRYPTO { YES NO } USE_INET6 YesNo -USE_OPENLDAP { YES NO } USE_SOCKS { 4 5 } # some other variables, sorted alphabetically |