summaryrefslogtreecommitdiff
path: root/databases/openldap/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-21 14:08:24 +0000
committerjlam <jlam>2004-01-21 14:08:24 +0000
commit8458100e4cfba89461862a4de3a3051abb864838 (patch)
tree51f1ef1edcb684d3d22b1da8f698849c6bf8abc2 /databases/openldap/Makefile
parent6eca9d534ed51a4a541a2156bea864d22cb4f03e (diff)
downloadpkgsrc-8458100e4cfba89461862a4de3a3051abb864838.tar.gz
Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested to
build and install properly using Heimdal.
Diffstat (limited to 'databases/openldap/Makefile')
-rw-r--r--databases/openldap/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 6aef26208ed..48a699dc000 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2004/01/21 13:11:09 jlam Exp $
+# $NetBSD: Makefile,v 1.66 2004/01/21 14:08:24 jlam Exp $
#
DISTNAME= openldap-2.1.22
@@ -56,8 +56,9 @@ CONFIGURE_ARGS+= --enable-spasswd
.endif
.if defined(KERBEROS)
-PKG_USE_KERBEROS= YES
+. include "../../mk/krb5.buildlink3.mk"
CONFIGURE_ARGS+= --with-kerberos
+CONFIGURE_ARGS+= --enable-kpasswd
.else
CONFIGURE_ARGS+= --without-kerberos
.endif