diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-06 15:01:21 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-06 15:01:21 +0000 |
commit | 80f4aee1b7a21e07692d7c6e2f98a424e54cd7d2 (patch) | |
tree | f67a3625fc1595924b235053b98eaeeb6e487342 /security/cyrus-sasl2-saslauthd | |
parent | 1608985acd23a837c4c635a6cb4d84fe8b51672e (diff) |
Notes
Diffstat (limited to 'security/cyrus-sasl2-saslauthd')
-rw-r--r-- | security/cyrus-sasl2-saslauthd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile index 3e3c25a7177e..8f6dd8445e41 100644 --- a/security/cyrus-sasl2-saslauthd/Makefile +++ b/security/cyrus-sasl2-saslauthd/Makefile @@ -46,8 +46,9 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ .if ${WITH_BDB_VER} == 4 USE_BDB= 40 .elif ${WITH_BDB_VER} != 3 && ${WITH_BDB_VER} != 41 && \ - ${WITH_BDB_VER} != 42 && ${WITH_BDB_VER} != 43 && ${WITH_BDB_VER} != 44 -IGNORE= "cannot install: WITH_BDB_VER must be 3, 4, 41, 42, 43 or 44" + ${WITH_BDB_VER} != 42 && ${WITH_BDB_VER} != 43 && \ + ${WITH_BDB_VER} != 44 && ${WITH_BDB_VER} != 45 && ${WITH_BDB_VER} != 46 +IGNORE= "cannot install: WITH_BDB_VER must be 3, 4, 41, 42, 43, 44, 45 or 46" .endif USE_BDB?= ${WITH_BDB_VER} BDB_SUFFIX?= ${WITH_BDB_VER} |