diff options
author | recht <recht@pkgsrc.org> | 2004-04-19 22:21:07 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-19 22:21:07 +0000 |
commit | ed8da335a8d399e16d484794eb1c4920196b68fd (patch) | |
tree | d7e23df3da82df109063ada8502e13c0590c456a /mail | |
parent | 0cfde83dee5696bf6ab5fd9a7affb0264b3feb12 (diff) | |
download | pkgsrc-ed8da335a8d399e16d484794eb1c4920196b68fd.tar.gz |
This only runs with db4/3. So, set BDB_ACCEPTED accordingly.
Fixes pkg/25247 by Jukka Salmi.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |