diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-06 17:56:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-06 17:56:45 +0000 |
commit | eb55adfc1b8158056aa56b963c3b789216470922 (patch) | |
tree | e119a5fa26cda7000fc15938c89d4bd9fc27496e /Mk/bsd.port.mk | |
parent | 3bdc6b686160f027e4115a6f8fac4ad7faa3ccb9 (diff) | |
download | ports-eb55adfc1b8158056aa56b963c3b789216470922.tar.gz ports-eb55adfc1b8158056aa56b963c3b789216470922.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 64a9b21fa88c..fdf9c28d17f7 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -382,9 +382,9 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # USE_OPENSSL - If set, this port relies on the OpenSSL package. ## # USE_OPENLDAP - If set, this port uses the OpenLDAP libraries. -# Implies: WANT_OPENLDAP_VER?=22 +# Implies: WANT_OPENLDAP_VER?=23 # WANT_OPENLDAP_VER -# - Legal values are: 21, 22, 23 +# - Legal values are: 22, 23, 24 # If set to an unkown value, the port is marked BROKEN. # WANT_OPENLDAP_SASL # - If set, the system should use OpenLDAP libraries |