diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-14 17:47:26 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-14 17:47:26 +0000 |
commit | 01506420a2c6e613e083cd92721bde0bbe6182e0 (patch) | |
tree | 43fed747d4cd4e1dcbd4ed424aff0340daa93cb8 /security | |
parent | 8f5ed40d53b3cd3b809c32b529213f2551091e12 (diff) | |
download | FreeBSD-ports-01506420a2c6e613e083cd92721bde0bbe6182e0.zip FreeBSD-ports-01506420a2c6e613e083cd92721bde0bbe6182e0.tar.gz |
Use openldap21-client.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_ldap/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/pam_ldap/Makefile b/security/pam_ldap/Makefile index 0f6849fd..3c3491c 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: |