git: 167fd9d2dbd0 - main - security/cyrus-sasl2: Remove INVALID_BDB_VER from Makefile.common

From: Hajimu UMEMOTO <ume_at_FreeBSD.org>
Date: Sat, 02 Apr 2022 23:06:51 UTC
The branch main has been updated by ume:

URL: https://cgit.FreeBSD.org/ports/commit/?id=167fd9d2dbd0349ddb8fef012afcd8e678cd89f2

commit 167fd9d2dbd0349ddb8fef012afcd8e678cd89f2
Author:     Hajimu UMEMOTO <ume@FreeBSD.org>
AuthorDate: 2022-04-02 22:44:40 +0000
Commit:     Hajimu UMEMOTO <ume@FreeBSD.org>
CommitDate: 2022-04-02 22:44:40 +0000

    security/cyrus-sasl2: Remove INVALID_BDB_VER from Makefile.common
    
    PR:             263012
    Reported by:    yasu
---
 security/cyrus-sasl2/Makefile.common | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index a216f017037c..2a054fc41bc0 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -88,7 +88,6 @@ CPPFLAGS+=	-fPIC
 .if ${PORT_OPTIONS:MBDB1}
 SASLDB_NAME=	sasldb2.db
 .elif ${PORT_OPTIONS:MBDB}
-INVALID_BDB_VER=2
 SASLDB_NAME=	sasldb2
 .elif ${PORT_OPTIONS:MGDBM} || ${PORT_OPTIONS:MLMDB}
 SASLDB_NAME=	sasldb2
@@ -118,10 +117,6 @@ post-install-DOCS-on:
 
 .elif ${CYRUS_BUILD_TARGET} == "saslauthd"
 
-.if ${PORT_OPTIONS:MBDB}
-INVALID_BDB_VER=2
-.endif
-
 .if ${PORT_OPTIONS:MOPENLDAP}
 .if defined(WITH_OPENLDAP_VER)
 WANT_OPENLDAP_VER=	${WITH_OPENLDAP_VER}