.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MBDB}
.if empty(${PORT_OPTIONS:MBDB})
INVALID_BDB_VER=2
.else
BDB_LIB_NAME= no
.endif
-