diff options
-rw-r--r-- | mail/bogofilter/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index cec5f37d90f..55872c472bd 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/12 15:29:41 itojun Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/13 10:12:30 itojun Exp $ # DISTNAME= bogofilter-0.13.7.2 @@ -14,5 +14,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4}/include/db4 +REPLACE_PERL= src/bogoupgrade + .include "../../databases/db4/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |