diff options
author | recht <recht@pkgsrc.org> | 2004-04-20 00:07:17 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-20 00:07:17 +0000 |
commit | fba4099f12796dd7e330b6409d2c4cafc9b8d0f7 (patch) | |
tree | d3889ae14f195e7e4f0731aaae0f79929604c0eb /mail | |
parent | a7872ef14b4f941a1493db4519c8931ebf851deb (diff) | |
download | pkgsrc-fba4099f12796dd7e330b6409d2c4cafc9b8d0f7.tar.gz |
Give the user a chance to choice between db4/3 and remove BDB_DEFAULT
from the Makefile.
Pointed out by Jukka Salmi.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 902a8fc5f3e..7ecfeca53b6 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/19 22:21:07 recht Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/20 00:07:17 recht Exp $ DISTNAME= cyrus-imapd-2.2.3 PKGREVISION= 1 @@ -15,7 +15,6 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes PERL5_CONFIGURE= no USE_DB185= no -BDB_DEFAULT= db4 BDB_ACCEPTED= db4 db3 USE_PKGINSTALL= yes |