diff options
author | delphij <delphij@FreeBSD.org> | 2010-05-15 08:27:20 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-05-15 08:27:20 +0800 |
commit | b984a259154f6cbdf34a84f739e44d16c5906b44 (patch) | |
tree | 102f868559347bcab831ffcbbfd45b08d8e96406 /net | |
parent | b012cac0c8f0ee28ad58bcfa8d566a0b52321daf (diff) | |
download | freebsd-ports-gnome-b984a259154f6cbdf34a84f739e44d16c5906b44.tar.gz freebsd-ports-gnome-b984a259154f6cbdf34a84f739e44d16c5906b44.tar.zst freebsd-ports-gnome-b984a259154f6cbdf34a84f739e44d16c5906b44.zip |
Mark Berkeley DB 5.0 as invalid combination for now. OpenLDAP does not
officially supports this (yet).
Note that BDB 5.0 do work with OpenLDAP with some trivial tweaks to the
configure scripts.
Diffstat (limited to 'net')
-rw-r--r-- | net/openldap24-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index c41ed391d1ee..ea98b3f21a90 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -308,7 +308,7 @@ PLIST_SUB+= BACK_BDB="@comment " \ .else WITH_BDB_VER?= 46 -INVALID_BDB_VER= 42 +INVALID_BDB_VER= 42 50 USE_BDB= yes .if ${WITH_BDB_VER} >= 43 |