diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-05-30 21:55:22 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-05-30 21:55:22 +0000 |
commit | e656accb24e0ced2eb2ff5c460aa545ec0458145 (patch) | |
tree | 22803b288ae888c80bb266ee76f85131158252c2 /www | |
parent | graphics/wmicons: Add stage support, specify TAR for extraction (diff) |
- /USE_AUTOTOOLS=libtool/USES=libtool/
with hat apache@
Notes
Notes:
svn path=/head/; revision=355919
Diffstat (limited to 'www')
-rw-r--r-- | www/apache22/Makefile | 4 | ||||
-rw-r--r-- | www/apache24/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 55d629f8ca14..c7601b4d5ced 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -20,9 +20,9 @@ CONFLICTS_INSTALL= caudium14-1.* \ apache-*-2.4.* apache24-*-2.4.* USE_APACHE= common22 -USES= tar:bzip2 iconv perl5 +USES= tar:bzip2 iconv perl5 libtool USE_PERL5= run -USE_AUTOTOOLS= autoconf libtool +USE_AUTOTOOLS= autoconf USE_RC_SUBR= apache22 htcacheclean LIBTOOLFILES= configure.in diff --git a/www/apache24/Makefile b/www/apache24/Makefile index 0ed702bd2887..69b664de3a57 100644 --- a/www/apache24/Makefile +++ b/www/apache24/Makefile @@ -19,9 +19,9 @@ CONFLICTS_INSTALL= caudium14-1.* \ apache-*-2.2.* apache22-* USE_APACHE= common24 -USES= iconv perl5 tar:bzip2 +USES= tar:bzip2 iconv perl5 libtool USE_PERL5= run -USE_AUTOTOOLS= autoconf libtool +USE_AUTOTOOLS= autoconf USE_RC_SUBR= apache24 htcacheclean LIBTOOLFILES= configure.in |