summaryrefslogtreecommitdiff
path: root/mail/bogofilter/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-11-22 18:15:56 +0000
committerwiz <wiz@pkgsrc.org>2005-11-22 18:15:56 +0000
commitd7b021547cb893d88099b2044da8eed84caf9715 (patch)
tree4d591ef727bdabaaa47a96d83a57d333bfe499de /mail/bogofilter/Makefile
parent32ddb35f14094b3bd1bf4ff240a71fdfdb632163 (diff)
downloadpkgsrc-d7b021547cb893d88099b2044da8eed84caf9715.tar.gz
Add an sqlite option. From Geert Hendrickx via tech-pkg.
Diffstat (limited to 'mail/bogofilter/Makefile')
-rw-r--r--mail/bogofilter/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index ca7038661bd..c227ea53007 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/11/21 23:47:02 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2005/11/22 18:15:56 wiz Exp $
DISTNAME= bogofilter-0.96.6
CATEGORIES= mail
@@ -22,8 +22,7 @@ CONF_FILES= ${EGDIR}/bogofilter.cf ${PKG_SYSCONFDIR}/bogofilter.cf
USE_TOOLS+= perl:run
REPLACE_PERL= src/bogoupgrade
-BUILDLINK_TRANSFORM+= l:db:db4
+.include "options.mk"
-.include "../../databases/db4/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"