diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-17 14:23:34 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-17 14:23:34 +0000 |
commit | 2ee8681b621db9331f2a3b35875d42b2d5861449 (patch) | |
tree | f3b7a405b19dda68efc2d2641bb5860ffcbe0957 /Mk | |
parent | - Update to version 4.40 (diff) |
make OpenLDAP 2.2 the default version
Notes
Notes:
svn path=/head/; revision=113826
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 b6a54ad4f17f..748933bee926 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -276,7 +276,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org ## # # USE_OPENLDAP - Says that the port uses the OpenLDAP libraries -# Implies: WANT_OPENLDAP_VER?=21 +# Implies: WANT_OPENLDAP_VER?=22 # WANT_OPENLDAP_VER - Legal values are: 21, 22 # If set to an unkown value, the port is marked BROKEN. # WANT_OPENLDAP_SASL - Says that the system should use OpenLDAP libraries @@ -1177,7 +1177,7 @@ XFREE86_VERSION?= 3 # Location of mounted CDROM(s) to search for files CD_MOUNTPTS?= /cdrom ${CD_MOUNTPT} -WANT_OPENLDAP_VER?= 21 +WANT_OPENLDAP_VER?= 22 # Owner and group of the WWW user WWWOWN?= www |