diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-26 18:48:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-26 18:48:52 +0000 |
commit | faed7092a835a334a9ff0f95b1a29630948b7e93 (patch) | |
tree | 7963fec3e162814d798d29949aeec3bf2f568079 /mail/courier-imap | |
parent | 5daed86e36de31ad5243fede785421342646490f (diff) | |
download | pkgsrc-faed7092a835a334a9ff0f95b1a29630948b7e93.tar.gz |
Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to
"yes" and packages that can't use the DB-1.85 API should set it to "no".
This makes the native DB the preferred DB if it exists.
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 23ac02871fb..db05965fc4e 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/03/26 02:27:43 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2004/03/26 18:48:52 jlam Exp $ DISTNAME= courier-imap-2.2.1 PKGREVISON= 1 @@ -11,7 +11,6 @@ DEPENDS+= courier-maildirmake>=${BASE_VERS}:../../mail/courier-maildirmake USE_BUILDLINK3= yes USE_LANGUAGES= c c++ -USE_DB185= yes USE_PERL5= yes REPLACE_PERL= sysconftool |