diff options
author | heas <heas@pkgsrc.org> | 2004-04-10 17:09:39 +0000 |
---|---|---|
committer | heas <heas@pkgsrc.org> | 2004-04-10 17:09:39 +0000 |
commit | e8627c00bb8165a298e6d7f17271ec840ae39eb0 (patch) | |
tree | caef9c810ae070c4f4a6f7e0815d265a1a9f9e68 /mail | |
parent | fd31637290a84683e4e459c917cd7d88526380af (diff) | |
download | pkgsrc-e8627c00bb8165a298e6d7f17271ec840ae39eb0.tar.gz |
USE_DB185 requires an argument, YES
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index e52b87d2536..4aa35f8a087 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/03/14 01:44:51 taca Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/10 17:09:39 heas Exp $ # DISTNAME= bogofilter-0.16.4 @@ -23,7 +23,7 @@ CONF_FILES= ${EGDIR}/bogofilter.cf ${PKG_SYSCONFDIR}/bogofilter.cf REPLACE_PERL= src/bogoupgrade -USE_DB185= # defined +USE_DB185= YES .include "../../databases/db4/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |