View | Details | Raw Unified | Return to bug 263010
Collapse All | Expand All

(-)b/net/openldap24-server/Makefile (-3 / +1 lines)
Lines 481-488 CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ Link Here
481
PLIST_SUB+=		BACKEND=${BACKEND_PLIST}
481
PLIST_SUB+=		BACKEND=${BACKEND_PLIST}
482
482
483
.if ${PORT_OPTIONS:MBDB}
483
.if ${PORT_OPTIONS:MBDB}
484
USES+=			bdb
484
USES+=			bdb:5
485
INVALID_BDB_VER=	6
486
485
487
CONFIGURE_ARGS+=	--enable-bdb=${BACKEND_ENABLE} \
486
CONFIGURE_ARGS+=	--enable-bdb=${BACKEND_ENABLE} \
488
			--enable-hdb=${BACKEND_ENABLE}
487
			--enable-hdb=${BACKEND_ENABLE}
489
- 

Return to bug 263010