diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
commit | aeac01a4bbd80367d8720b2194bc14765d50af6b (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /mail/sccmilter | |
parent | science/minc2: Unbreak, Upgrade version 2.0.18 => 2.2.00 and stage (diff) |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes:
svn path=/head/; revision=363399
Diffstat (limited to 'mail/sccmilter')
-rw-r--r-- | mail/sccmilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sccmilter/Makefile b/mail/sccmilter/Makefile index 3f684b66decb..6f421a3b17a5 100644 --- a/mail/sccmilter/Makefile +++ b/mail/sccmilter/Makefile @@ -15,7 +15,7 @@ COMMENT= Sendmail spam control and canceling filter, based on Milter API IGNORE= requires Sendmail 8.12; upgrade the base system .endif -USE_BZIP2= yes +USES= tar:bzip2 USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes |