diff options
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 7 | ||||
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 7 | ||||
-rw-r--r-- | www/wwwstat/Makefile | 7 |
3 files changed, 3 insertions, 18 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index d65ef13b8bfe..9752d54fc922 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: devel/p5-Log-Dispatch -# Date created: 17 May 2001 -# Whom: Anton Berezin <tobez@tobez.org> -# # $FreeBSD$ -# PORTNAME= Log-Dispatch PORTVERSION= 2.32 @@ -50,7 +45,7 @@ MAIL_SENDER_DESC= Mail::Sender support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPACHELOG} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .include <bsd.port.pre.mk> diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index b7a4f43f9aef..648d24e3600f 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: HTML-Mason -# Date created: 31 May 2000 -# Whom: Denis Shaposhnikov <dsh@vlink.ru> -# # $FreeBSD$ -# PORTNAME= HTML-Mason PORTVERSION= 1.50 @@ -73,7 +68,7 @@ post-install: .if ${PORT_OPTIONS:MMODPERL} RUN_DEPENDS+= p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .include <bsd.port.mk> diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile index a9f757a11171..d4a68fd696a2 100644 --- a/www/wwwstat/Makefile +++ b/www/wwwstat/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: wwwstat -# Date created: 1997-04-02 -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# # $FreeBSD$ -# PORTNAME= wwwstat PORTVERSION= 2.01 @@ -21,7 +16,7 @@ COMMENT= Webserver logfile analysis package MAKE_JOBS_SAFE= yes -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ USE_PERL5= yes MAKE_ENV+= PERL5=${PERL5} |