diff options
author | eik <eik@FreeBSD.org> | 2004-07-17 22:23:34 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-07-17 22:23:34 +0800 |
commit | b1fd37398fd3489ef93a8646120acd0e9596d61d (patch) | |
tree | 66d58e9ea217c8d59a2b67e6c4ba9858d8af0df8 /Mk/bsd.port.mk | |
parent | 3d8dbfed67051d918ee13284eba68917b75b4ee8 (diff) | |
download | freebsd-ports-gnome-b1fd37398fd3489ef93a8646120acd0e9596d61d.tar.gz freebsd-ports-gnome-b1fd37398fd3489ef93a8646120acd0e9596d61d.tar.zst freebsd-ports-gnome-b1fd37398fd3489ef93a8646120acd0e9596d61d.zip |
make OpenLDAP 2.2 the default version
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 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 |