diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-05-31 05:55:22 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-05-31 05:55:22 +0800 |
commit | 3a2b435c43844c958ed600d4162d8e6677caaf3c (patch) | |
tree | 22803b288ae888c80bb266ee76f85131158252c2 /www | |
parent | 18f3c47fedaded3d2d3480a21d0856e870e50152 (diff) | |
download | freebsd-ports-gnome-3a2b435c43844c958ed600d4162d8e6677caaf3c.tar.gz freebsd-ports-gnome-3a2b435c43844c958ed600d4162d8e6677caaf3c.tar.zst freebsd-ports-gnome-3a2b435c43844c958ed600d4162d8e6677caaf3c.zip |
- /USE_AUTOTOOLS=libtool/USES=libtool/
with hat apache@
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 |