diff options
author | mandree <mandree@FreeBSD.org> | 2014-05-21 00:54:01 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-05-21 00:54:01 +0800 |
commit | 328e3551ee323f5ba70b0b950cf544627104bc08 (patch) | |
tree | 0507b7501debbab485891df9af1c5bd0eae90fae /mail | |
parent | d8f14e76b47d56379a1319a3af93c89f193457a2 (diff) | |
download | freebsd-ports-gnome-328e3551ee323f5ba70b0b950cf544627104bc08.tar.gz freebsd-ports-gnome-328e3551ee323f5ba70b0b950cf544627104bc08.tar.zst freebsd-ports-gnome-328e3551ee323f5ba70b0b950cf544627104bc08.zip |
USE_BZIP2 modernized to USES=tar:bzip2.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 0c571d1e92e5..6425eb4b7748 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -22,9 +22,8 @@ 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= perl5 +USES= perl5 tar:bzip2 USE_PERL5= run -USE_BZIP2= yes GNU_CONFIGURE= yes UNICODE_USES= iconv |