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 | bd243a04af90d5233d161108a998a4f436e6a0c0 (patch) | |
tree | d7e23df3da82df109063ada8502e13c0590c456a | |
parent | e49fa94eb91618f7429adecf3695a5c2df8f8d23 (diff) | |
download | pkgsrc-bd243a04af90d5233d161108a998a4f436e6a0c0.tar.gz |
This only runs with db4/3. So, set BDB_ACCEPTED accordingly.
Fixes pkg/25247 by Jukka Salmi.
-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 |