diff --git a/srcpkgs/bogofilter/template b/srcpkgs/bogofilter/template index fddbe84f230..85062b301c5 100644 --- a/srcpkgs/bogofilter/template +++ b/srcpkgs/bogofilter/template @@ -1,9 +1,10 @@ # Template file for 'bogofilter' pkgname=bogofilter version=1.2.4 -revision=2 +revision=3 build_style=gnu-configure configure_args="--sysconfdir=/etc/${pkgname} --with-database=sqlite" +hostmakedepends="perl" depends="perl" makedepends="gsl-devel sqlite-devel" short_desc="A fast Bayesian spam filtering tool"