build: options: mention ports in the WITH_OPENLDAP description

There's a third party dependency on this option; currently,
net/openldap24-{,sasl-}client.  At least mention that an openldap from ports
is needed for this option.

PR:		252866
Reported-by:	Build Option Survey via Michael Dexter
MFC-after:	3 days
This commit is contained in:
Kyle Evans 2021-01-30 00:09:10 -06:00
parent a63eae65ff
commit 7587d9823a
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
.Dd January 28, 2021
.Dd January 30, 2021
.Dt SRC.CONF 5
.Os
.Sh NAME
@ -1254,7 +1254,7 @@ Set to build the non-essential components of the
.Dq "OpenFabrics Enterprise Distribution"
Infiniband software stack, mostly examples.
.It Va WITH_OPENLDAP
Enable building openldap support for kerberos.
Enable building LDAP support for kerberos using an openldap client from ports.
.It Va WITHOUT_OPENMP
Set to not build LLVM's OpenMP runtime.
.Pp

View File

@ -1,2 +1,2 @@
.\" $FreeBSD$
Enable building openldap support for kerberos.
Enable building LDAP support for kerberos using an openldap client from ports.