diff options
author | seb <seb@pkgsrc.org> | 2005-07-18 00:07:21 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-07-18 00:07:21 +0000 |
commit | 94481388a5eb626536c6a5cbe02d5588a354935e (patch) | |
tree | c18cdf24c752f4becc021be82addc74ff67a5b89 /mail | |
parent | e71263d9530613dffa33585de3f71fc1472ad5f6 (diff) | |
download | pkgsrc-94481388a5eb626536c6a5cbe02d5588a354935e.tar.gz |
This package needs perl to run, for the bogoupgrade command.
Bump PKGREVISION to 3.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index f48cadd68c9..8b4b27a5212 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:17 tv Exp $ +# $NetBSD: Makefile,v 1.29 2005/07/18 00:07:21 seb Exp $ DISTNAME= bogofilter-0.92.8 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bogofilter/} EXTRACT_SUFX= .tar.bz2 @@ -20,6 +20,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} EGDIR= ${PREFIX}/share/examples/bogofilter CONF_FILES= ${EGDIR}/bogofilter.cf ${PKG_SYSCONFDIR}/bogofilter.cf +USE_TOOLS+= perl:run REPLACE_PERL= src/bogoupgrade BUILDLINK_TRANSFORM+= l:db:db4 |