From 5450604541840a7d835e1d9f0f9f4937e283109e Mon Sep 17 00:00:00 2001 From: ohauer Date: Sat, 22 Sep 2012 21:15:50 +0000 Subject: - USE_APACHE= s/22+/22/ - adopt new Makefile header Port build fails on local exp-run with apache24 with error: 'conn_rec' has no member named 'remote_ip' or various other apache22 specific functions/parameters with hat apache@ --- www/mod_bw/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'www/mod_bw') diff --git a/www/mod_bw/Makefile b/www/mod_bw/Makefile index e2a536f21474..dfc36b53bc2c 100644 --- a/www/mod_bw/Makefile +++ b/www/mod_bw/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_bw -# Date created: Sep 11 2005 -# Whom: Clement Laforet -# +# Created by: Clement Laforet # $FreeBSD$ -# PORTNAME= mod_bw PORTVERSION= 0.8 @@ -19,7 +15,7 @@ COMMENT= Bandwidth and Connection control per Virtual Host or Directory MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/mod_bw -USE_APACHE= 22+ +USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes -- cgit