diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-04-18 12:33:21 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-04-18 12:33:21 +0000 |
commit | a73ece03058d0884a5390b4bbf2d042abed6391f (patch) | |
tree | 2e7a88f6aa96ac59ca5814a08f764685c8930964 /security/cyrus-sasl2-saslauthd | |
parent | 1d1569d9483572556f760a5c062ed105daf5e4dd (diff) | |
download | ports-a73ece03058d0884a5390b4bbf2d042abed6391f.tar.gz ports-a73ece03058d0884a5390b4bbf2d042abed6391f.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2-saslauthd')
-rw-r--r-- | security/cyrus-sasl2-saslauthd/Makefile | 2 |
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} |