aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2006-04-18 20:33:21 +0800
committerume <ume@FreeBSD.org>2006-04-18 20:33:21 +0800
commit69a2cf2a67498e1d14649da4c1f8c02ee85e4f26 (patch)
treead3b85ab3a007275769b9ac8b6aed1e60c7aec9f /security
parent642bb5f6985688f6a3c25df050cd7ab26c72e8c2 (diff)
downloadfreebsd-ports-gnome-69a2cf2a67498e1d14649da4c1f8c02ee85e4f26.tar.gz
freebsd-ports-gnome-69a2cf2a67498e1d14649da4c1f8c02ee85e4f26.tar.zst
freebsd-ports-gnome-69a2cf2a67498e1d14649da4c1f8c02ee85e4f26.zip
Replace BROKEN with IGNORE.
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl2-saslauthd/Makefile2
-rw-r--r--security/cyrus-sasl2/Makefile2
2 files changed, 2 insertions, 2 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}
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index b388e1cba0d9..cece7b3725ca 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -58,7 +58,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}
CONFIGURE_ARGS+=--with-dblib=berkeley --with-bdb-libdir=${LOCALBASE}/lib \