summaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-17 14:25:48 +0000
committerwiz <wiz@pkgsrc.org>2005-03-17 14:25:48 +0000
commit68de54709501b912b9b0a220e5f362ece2d7190d (patch)
tree2f53d34ab068d7ee8a1bcdd2628390eb90fa42a0 /mail/bogofilter
parentb75bd43daa7abead36487853942a8356a7af9482 (diff)
downloadpkgsrc-68de54709501b912b9b0a220e5f362ece2d7190d.tar.gz
Add dependency on gsl instead of using the version coming
with the package. From Takahiro Kambe in PR 29354. Bump PKGREVISION.
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index f4eb829a615..b7083688903 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2005/01/17 15:22:33 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2005/03/17 14:25:48 wiz Exp $
DISTNAME= bogofilter-0.92.8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bogofilter/}
EXTRACT_SUFX= .tar.bz2
@@ -26,4 +26,5 @@ REPLACE_PERL= src/bogoupgrade
BUILDLINK_TRANSFORM+= l:db:db4
.include "../../databases/db4/buildlink3.mk"
+.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"