From 48837ab16bde31ea9c001422df6073d693256ce1 Mon Sep 17 00:00:00 2001 From: ohauer Date: Sun, 1 Jan 2012 16:47:41 +0000 Subject: - change required APACHE version from 13+ to 20+ (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ --- www/mod_scgi/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'www/mod_scgi') diff --git a/www/mod_scgi/Makefile b/www/mod_scgi/Makefile index 64cc439ca02f..3672e073553d 100644 --- a/www/mod_scgi/Makefile +++ b/www/mod_scgi/Makefile @@ -18,21 +18,16 @@ COMMENT= Apache module that implements the client side of the SCGI protocol MAKE_JOBS_SAFE= yes +SCGI_DIR= apache2 WRKSRC= ${WRKDIR}/${DISTNAME}/${SCGI_DIR} -USE_APACHE= 13+ +USE_APACHE= 20+ AP_FAST_BUILD= yes AP_GENPLIST= yes .include -.if ${APACHE_VERSION} >= 20 -SCGI_DIR= apache2 -.else -SCGI_DIR= apache1 -.endif - post-install: @${CAT} ${PKGMESSAGE} -- cgit