diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-06 17:56:45 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-06 17:56:45 +0000 |
commit | 85212b2eb83bbd6ece8b93d55c2219dcde8a5185 (patch) | |
tree | 7003612ec3640516c22f9ac5a167eeb91a0f2f37 /Mk | |
parent | 46fd40e8555fffc48c446f4b18099c8e942d6d68 (diff) | |
download | FreeBSD-ports-85212b2eb83bbd6ece8b93d55c2219dcde8a5185.zip FreeBSD-ports-85212b2eb83bbd6ece8b93d55c2219dcde8a5185.tar.gz |
Fix comments about LDAP versions.
PR: ports/99638
Submitted by: Tsurutani Naoki <turutani at scphys dot kyoto-u dot ac dot jp>
Pointy hat to: linimon
Diffstat (limited to '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 64a9b21..fdf9c28 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 |