aboutsummaryrefslogtreecommitdiffstats
path: root/security/pam_ldap
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-08-15 01:47:26 +0800
committermarcus <marcus@FreeBSD.org>2003-08-15 01:47:26 +0800
commit01506420a2c6e613e083cd92721bde0bbe6182e0 (patch)
tree43fed747d4cd4e1dcbd4ed424aff0340daa93cb8 /security/pam_ldap
parent8f5ed40d53b3cd3b809c32b529213f2551091e12 (diff)
downloadfreebsd-ports-gnome-01506420a2c6e613e083cd92721bde0bbe6182e0.tar.gz
freebsd-ports-gnome-01506420a2c6e613e083cd92721bde0bbe6182e0.tar.zst
freebsd-ports-gnome-01506420a2c6e613e083cd92721bde0bbe6182e0.zip
Use openldap21-client.
Diffstat (limited to 'security/pam_ldap')
-rw-r--r--security/pam_ldap/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile
index 0f6849fd2b38..3c3491c1530c 100644
--- a/security/pam_ldap/Makefile
+++ b/security/pam_ldap/Makefile
@@ -25,11 +25,9 @@ CONFIGURE_ARGS= --with-ldap-lib=openldap \
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.if !defined(WITHOUT_LDAP_V3)
-LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 \
- lber.2:${PORTSDIR}/net/openldap20
+LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap21-client
.else
-LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 \
- lber.1:${PORTSDIR}/net/openldap12
+LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12
.endif
post-extract: