diff options
author | ghen <ghen@pkgsrc.org> | 2009-04-27 07:13:01 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-04-27 07:13:01 +0000 |
commit | 1c907cd0e72ebf9396149974a12d186b6b5fb5cc (patch) | |
tree | f1a6b6c872b8e46eeac3eec80ca7f4901ba841a1 /databases/openldap-smbk5pwd | |
parent | 17f281b62e77e7ef20e13f89607d04fb9e057fed (diff) | |
download | pkgsrc-1c907cd0e72ebf9396149974a12d186b6b5fb5cc.tar.gz |
Switch OpenLDAP server and modules to use database/db4 as a backend again,
now db 4.7 is known to work. Ok adam, manu.
Diffstat (limited to 'databases/openldap-smbk5pwd')
-rw-r--r-- | databases/openldap-smbk5pwd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap-smbk5pwd/Makefile b/databases/openldap-smbk5pwd/Makefile index 73f16bf9082..1e551c02a6a 100644 --- a/databases/openldap-smbk5pwd/Makefile +++ b/databases/openldap-smbk5pwd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/01/31 17:45:00 manu Exp $ +# $NetBSD: Makefile,v 1.4 2009/04/27 07:13:02 ghen Exp $ PKGNAME= ${DISTNAME:S/-/-smbk5pwd-/} COMMENT= Samba and Kerberos password sync for OpenLDAP @@ -22,7 +22,7 @@ do-install: .include "../../databases/openldap/Makefile.common" -.include "../../databases/db46/buildlink3.mk" +.include "../../databases/db4/buildlink3.mk" .include "../../databases/openldap-client/buildlink3.mk" .include "../../mk/krb5.buildlink3.mk" |