diff options
author | jlam <jlam> | 2004-03-26 18:48:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-26 18:48:52 +0000 |
commit | 44ec7ba77028bfa45acbfb9366843a69d1725a1e (patch) | |
tree | 7963fec3e162814d798d29949aeec3bf2f568079 /mail/courier-maildirmake | |
parent | bf96929b88965f57a40d6d377f64b1b7fc01f9e1 (diff) | |
download | pkgsrc-44ec7ba77028bfa45acbfb9366843a69d1725a1e.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-maildirmake')
-rw-r--r-- | mail/courier-maildirmake/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/courier-maildirmake/Makefile b/mail/courier-maildirmake/Makefile index 1e1465f0a13..8101cd1b3e2 100644 --- a/mail/courier-maildirmake/Makefile +++ b/mail/courier-maildirmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/03/10 18:07:16 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2004/03/26 18:48:52 jlam Exp $ PKGNAME= courier-maildirmake-${BASE_VERS} COMMENT= Courier Maildir utilities @@ -7,7 +7,6 @@ USE_BUILDLINK3= yes USE_LANGUAGES= c c++ USE_PKGINSTALL= yes USE_PERL5= build -USE_DB185= yes DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL .include "../courier-auth/Makefile.common" |