diff options
-rw-r--r-- | mail/bogofilter/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 88cf5c5e1295..a98bd3f66079 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -3,7 +3,7 @@ PORTNAME= bogofilter PORTVERSION= 1.2.4 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION} @@ -22,7 +22,9 @@ UNICODE_DESC= Normalize tokens to Unicode (UTF-8) (recommended) CONFLICTS_INSTALL?= bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]* -USES= cpe perl5 tar:bzip2 +USES= cpe perl5 shebangfix tar:bzip2 +SHEBANG_FILES= contrib/randomtrain.sh \ + contrib/scramble.sh USE_PERL5= run GNU_CONFIGURE= yes |