diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-22 01:11:49 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-22 01:11:49 +0000 |
commit | 16dc9f83c86aa1e4e6fd1c7da4d12d3ce8e32f7c (patch) | |
tree | 53658cc6768cd51b4d5fd6c4fd7a89eec82b5b0e /security/opensc | |
parent | 3ec5a9e2bf45f33e4d94a80c10a64a04d32a56a2 (diff) |
Notes
Diffstat (limited to 'security/opensc')
-rw-r--r-- | security/opensc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile index 5f3bdadda634..d7f74cb271a6 100644 --- a/security/opensc/Makefile +++ b/security/opensc/Makefile @@ -51,13 +51,7 @@ CONFIGURE_ARGS+= --with-pcsclite=${LOCALBASE} .endif .if !defined(WITHOUT_LDAP) -WITH_OPENLDAP_VER?= 21 -.if ${WITH_OPENLDAP_VER} == "21" -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client -.elif ${WITH_OPENLDAP_VER} == "20" -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client -.endif - +USE_OPENLDAP= yes CONFIGURE_ARGS+= --enable-ldap \ --with-ldap-lib=openldap \ --with-ldap-dir=${LOCALBASE} |