diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-14 17:47:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-14 17:47:26 +0000 |
commit | 2c8d21c1d88d6b6d12a2e459b1f93d9f6a951d51 (patch) | |
tree | f647dbb408bb5f63264f594f5f96ee38cb58f573 /security/pam_ldap | |
parent | 658a9f821fbb0595594c5322c711d7e743f6c58f (diff) |
Use openldap21-client.
Notes
Notes:
svn path=/head/; revision=86950
Diffstat (limited to 'security/pam_ldap')
-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 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: |