summaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-04-03 12:18:18 +0000
committerwiz <wiz@pkgsrc.org>2003-04-03 12:18:18 +0000
commitd848b0da9b0b4d2561e90ed1c7ea86f92c117408 (patch)
tree499d5484fa9fe4c8708c69f9c020234f0bd4c14b /mail/bogofilter
parenta1cc3b3500e05db0f66c93ff87421c95b173fd24 (diff)
downloadpkgsrc-d848b0da9b0b4d2561e90ed1c7ea86f92c117408.tar.gz
Set USE_BUILDLINK2; remove bogus DEPENDS line; use GNU_CONFIGURE.
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/Makefile10
1 files changed, 4 insertions, 6 deletions
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"