aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2022-04-02 05:02:19 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2022-04-03 02:25:55 +0000
commitd2cae5b102dc4a72638c03e5d5efb229be6ffda6 (patch)
tree30fc88bf976113fbdcef2613e0ffb74abbf75ba3
parent8fe31abe88fc1f296640f07188ff66d581e53c8c (diff)
downloadports-d2cae5b102dc4a72638c03e5d5efb229be6ffda6.tar.gz
ports-d2cae5b102dc4a72638c03e5d5efb229be6ffda6.zip
net/openldap24-server: Replace INVALID_BDB_VER with argument of 'USES=bdb'
PR: 263010 Approved by: maintainer
-rw-r--r--net/openldap24-server/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index 605f7f362e72..f20743e6336c 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -481,8 +481,7 @@ CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
PLIST_SUB+= BACKEND=${BACKEND_PLIST}
.if ${PORT_OPTIONS:MBDB}
-USES+= bdb
-INVALID_BDB_VER= 6
+USES+= bdb:5
CONFIGURE_ARGS+= --enable-bdb=${BACKEND_ENABLE} \
--enable-hdb=${BACKEND_ENABLE}