From ed8da335a8d399e16d484794eb1c4920196b68fd Mon Sep 17 00:00:00 2001 From: recht Date: Mon, 19 Apr 2004 22:21:07 +0000 Subject: This only runs with db4/3. So, set BDB_ACCEPTED accordingly. Fixes pkg/25247 by Jukka Salmi. --- mail/cyrus-imapd22/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 2999fcfb179..902a8fc5f3e 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/29 05:54:12 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/19 22:21:07 recht Exp $ DISTNAME= cyrus-imapd-2.2.3 PKGREVISION= 1 @@ -15,6 +15,8 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes PERL5_CONFIGURE= no USE_DB185= no +BDB_DEFAULT= db4 +BDB_ACCEPTED= db4 db3 USE_PKGINSTALL= yes DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL -- cgit v1.2.3