aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-01-05 12:33:07 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-01-05 12:33:07 +0000
commite1203f455a24ce5750ba0209e5f60c0b13527117 (patch)
treece466454abf59a84dfa8e170e5935409644a81d8 /Mk/bsd.port.mk
parent08ef12ca7138e2c73a04e3d26473798917069f0b (diff)
downloadports-e1203f455a24ce5750ba0209e5f60c0b13527117.tar.gz
ports-e1203f455a24ce5750ba0209e5f60c0b13527117.zip
Document 24 as being the current default for WANT_OPENLDAP_VER if
just USE_OPENLDAP is specified. Fix a typo in the description of WANT_OPENLDAP_VER. Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=225270
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index cfce14af261d..1e7ebf509ffd 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -399,10 +399,10 @@ 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?=23
+# Implies: WANT_OPENLDAP_VER?=24
# WANT_OPENLDAP_VER
# - Legal values are: 23, 24
-# If set to an unkown value, the port is marked BROKEN.
+# If set to an unknown value, the port is marked BROKEN.
# WANT_OPENLDAP_SASL
# - If set, the system should use OpenLDAP libraries
# with SASL support.