aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2-saslauthd
diff options
context:
space:
mode:
Diffstat (limited to 'security/cyrus-sasl2-saslauthd')
-rw-r--r--security/cyrus-sasl2-saslauthd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile
index 9e0c152c7ed2..eb09b47a1e33 100644
--- a/security/cyrus-sasl2-saslauthd/Makefile
+++ b/security/cyrus-sasl2-saslauthd/Makefile
@@ -48,7 +48,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
USE_BDB= 40
.elif ${WITH_BDB_VER} != 3 && ${WITH_BDB_VER} != 41 && \
${WITH_BDB_VER} != 42 && ${WITH_BDB_VER} != 43 && ${WITH_BDB_VER} != 44
-BROKEN= "WITH_BDB_VER must be 3, 4, 41, 42, 43 or 44"
+IGNORE= "WITH_BDB_VER must be 3, 4, 41, 42, 43 or 44"
.endif
USE_BDB?= ${WITH_BDB_VER}
BDB_SUFFIX?= ${WITH_BDB_VER}