diff options
author | ume <ume@FreeBSD.org> | 2006-04-18 20:33:21 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2006-04-18 20:33:21 +0800 |
commit | 69a2cf2a67498e1d14649da4c1f8c02ee85e4f26 (patch) | |
tree | ad3b85ab3a007275769b9ac8b6aed1e60c7aec9f /security | |
parent | 642bb5f6985688f6a3c25df050cd7ab26c72e8c2 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
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 \ |