diff options
author | az <az@FreeBSD.org> | 2013-09-14 21:38:20 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-14 21:38:20 +0800 |
commit | da3c3f69304366a5cad5cc8a7ccc0ef159edc0b6 (patch) | |
tree | 1fce9b2d7dcfb567ed9cb78f576ce28112115661 /www/apache22 | |
parent | f43640d1236e5c3bb9089f5870ebbcddf0216f59 (diff) | |
download | freebsd-ports-gnome-da3c3f69304366a5cad5cc8a7ccc0ef159edc0b6.tar.gz freebsd-ports-gnome-da3c3f69304366a5cad5cc8a7ccc0ef159edc0b6.tar.zst freebsd-ports-gnome-da3c3f69304366a5cad5cc8a7ccc0ef159edc0b6.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
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 2f26cbaf32b0..55d0b1ede2c9 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -24,9 +24,8 @@ CONFLICTS_INSTALL= caudium14-1.* \ USE_APACHE= common22 USE_BZIP2= yes -USES= iconv +USES= iconv perl5 USE_AUTOTOOLS= autoconf libtool -USE_PERL5= yes USE_RC_SUBR= apache22 htcacheclean LIBTOOLFILES= configure.in |