diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-26 18:48:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-26 18:48:52 +0000 |
commit | de23b74167645183c054ab5be63b27684978fab4 (patch) | |
tree | 7963fec3e162814d798d29949aeec3bf2f568079 /security | |
parent | 7fdc54cd9d538ddb200aee9e8804e936b1b4b221 (diff) | |
download | pkgsrc-de23b74167645183c054ab5be63b27684978fab4.tar.gz |
Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to
"yes" and packages that can't use the DB-1.85 API should set it to "no".
This makes the native DB the preferred DB if it exists.
Diffstat (limited to 'security')
-rw-r--r-- | security/PAM/Makefile | 3 | ||||
-rw-r--r-- | security/heimdal/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile index ca7047893a6..82c82c9c728 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/03/10 18:07:16 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2004/03/26 18:48:52 jlam Exp $ # DISTNAME= Linux-PAM-0.77 @@ -19,7 +19,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_GNU_TOOLS+= make -USE_DB185= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-docdir=${PREFIX}/share/doc/PAM diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index a706bb40053..cca4e457e74 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/26 02:27:52 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/26 18:48:52 jlam Exp $ DISTNAME= heimdal-0.6 PKGREVISION= 2 @@ -39,7 +39,6 @@ BUILD_DEFS+= USE_DB4 .if defined(USE_DB4) && !empty(USE_DB4:M[yY][eE][sS]) .include "../../databases/db4/buildlink3.mk" .else -USE_DB185= yes .include "../../mk/bdb.buildlink3.mk" .endif |