diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-22 21:15:50 +0000 |
commit | b7fc7ba65576d5ce387563c60b88276ba1418bc8 (patch) | |
tree | 884d351fee646b4e7b1b5c851bf898976e69b28e /www/mod_limitipconn2 | |
parent | 221e0a651fd2a964309073001ac7cc62e1b96ea0 (diff) |
- 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@
Notes
Notes:
svn path=/head/; revision=304723
Diffstat (limited to 'www/mod_limitipconn2')
-rw-r--r-- | www/mod_limitipconn2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_limitipconn2/Makefile b/www/mod_limitipconn2/Makefile index fa1e95ce074d..a13f7e132e2a 100644 --- a/www/mod_limitipconn2/Makefile +++ b/www/mod_limitipconn2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mod_limitipconn2 -# Date created: 18 November 2003 -# Whom: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> -# +# Created by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= mod_limitipconn PORTVERSION= 0.23 @@ -20,7 +16,7 @@ MAKE_JOBS_SAFE= yes LATEST_LINK= mod_limitipconn2 -USE_APACHE= 22+ +USE_APACHE= 22 USE_BZIP2= yes AP_FAST_BUILD= yes |