svn commit: r355919 - in head/www: apache22 apache24
Olli Hauer
ohauer at FreeBSD.org
Fri May 30 21:55:23 UTC 2014
Author: ohauer
Date: Fri May 30 21:55:22 2014
New Revision: 355919
URL: http://svnweb.freebsd.org/changeset/ports/355919
QAT: https://qat.redports.org/buildarchive/r355919/
Log:
- /USE_AUTOTOOLS=libtool/USES=libtool/
with hat apache@
Modified:
head/www/apache22/Makefile
head/www/apache24/Makefile
Modified: head/www/apache22/Makefile
==============================================================================
--- head/www/apache22/Makefile Fri May 30 21:49:50 2014 (r355918)
+++ head/www/apache22/Makefile Fri May 30 21:55:22 2014 (r355919)
@@ -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
Modified: head/www/apache24/Makefile
==============================================================================
--- head/www/apache24/Makefile Fri May 30 21:49:50 2014 (r355918)
+++ head/www/apache24/Makefile Fri May 30 21:55:22 2014 (r355919)
@@ -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
More information about the svn-ports-head
mailing list