aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: