From 80f4aee1b7a21e07692d7c6e2f98a424e54cd7d2 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Mon, 6 Aug 2007 15:01:21 +0000 Subject: Allow to build with db45 and db46 as well. --- security/cyrus-sasl2-saslauthd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security/cyrus-sasl2-saslauthd') 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} -- cgit v1.2.3