From d848b0da9b0b4d2561e90ed1c7ea86f92c117408 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 3 Apr 2003 12:18:18 +0000 Subject: Set USE_BUILDLINK2; remove bogus DEPENDS line; use GNU_CONFIGURE. --- mail/bogofilter/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index d1ed4f2a5e5..83dd6dd5c71 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/03 12:06:07 manu Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/03 12:18:18 wiz Exp $ # DISTNAME= bogofilter-0.11.1.3 @@ -9,12 +9,10 @@ MAINTAINER= manu@netbsd.org HOMEPAGE= http://bogofilter.sourceforge.net COMMENT= Bayesian spam filter written in C -DEPENDS+= db4:../../databases/db4 +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES -HAS_CONFIGURE= YES - -CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4}/include/db4 -CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4}/include/db4 .include "../../databases/db4/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3