diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-04 09:32:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-10-04 09:32:12 +0000 |
commit | 7157a8deb4fc59369847ed6ce75344d29ab366b5 (patch) | |
tree | c71823fe769bc44f7e1a6afb5f7538ffc9655c77 /Mk/bsd.ldap.mk | |
parent | 684f31685cdbebb4096c3b482a76a08c3962d1ac (diff) | |
download | ports-7157a8deb4fc59369847ed6ce75344d29ab366b5.tar.gz ports-7157a8deb4fc59369847ed6ce75344d29ab366b5.zip |
Notes
Diffstat (limited to 'Mk/bsd.ldap.mk')
-rw-r--r-- | Mk/bsd.ldap.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/bsd.ldap.mk b/Mk/bsd.ldap.mk index 77ef7b0341b4..bb69d69d3093 100644 --- a/Mk/bsd.ldap.mk +++ b/Mk/bsd.ldap.mk @@ -37,7 +37,6 @@ Database_Include_MAINTAINER= ports@FreeBSD.org .if defined(USE_OPENLDAP) DEFAULT_OPENLDAP_VER?= 24 # OpenLDAP client versions currently supported -OPENLDAP23_LIB= libldap-2.3.so.2 OPENLDAP24_LIB= libldap-2.4.so.2 .if exists(${LOCALBASE}/bin/ldapwhoami) |