From b7fc7ba65576d5ce387563c60b88276ba1418bc8 Mon Sep 17 00:00:00 2001 From: Olli Hauer 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_log_sql2/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'www/mod_log_sql2') diff --git a/www/mod_log_sql2/Makefile b/www/mod_log_sql2/Makefile index 4c4c425685f7..febd7e4ce10b 100644 --- a/www/mod_log_sql2/Makefile +++ b/www/mod_log_sql2/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: mod_log_sql2 -# Date created: 2001/11/22 -# Whom: Clement Laforet -# +# Created by: Clement Laforet # $FreeBSD$ PORTNAME= mod_log_sql @@ -26,7 +23,7 @@ APACHE2X= "" PLIST_SUB+= SSL=${SSL_PLIST} APACHE2X=${APACHE2X} USE_MYSQL= yes -USE_APACHE= 22+ +USE_APACHE= 22 CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql" .include -- cgit v1.2.3