diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-03-16 16:07:59 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-03-16 16:07:59 +0000 |
commit | a3f7aafc780fbdb304b4ec43aaf6e1cc8a75d8e1 (patch) | |
tree | 088bc2aa2ca8c45fd65985e581892f863f926ba7 /www/apache22 | |
parent | sa-update no longer requires p5-libwww, but it does (diff) |
ports in cat www where MAINTAINER=ports
- USE_BZIP2 -> USES= tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE
Notes
Notes:
svn path=/head/; revision=348417
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 63c6571f1ac1..bf8fdce8c805 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -20,8 +20,7 @@ CONFLICTS_INSTALL= caudium14-1.* \ apache-*-2.4.* apache24-*-2.4.* USE_APACHE= common22 -USE_BZIP2= yes -USES= iconv perl5 +USES= tar:bzip2 iconv perl5 USE_PERL5= run USE_AUTOTOOLS= autoconf libtool USE_RC_SUBR= apache22 htcacheclean |