From 89c8c09ebec000f72553e1df903c4ed5826385b9 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Mon, 13 Sep 2010 23:32:15 +0000 Subject: - Restrict to 20+ Discussed with: cowbert@gmail.com (maintainer) via #bsdports Reported by: pointyhat via pav --- www/mod_rivet/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'www') diff --git a/www/mod_rivet/Makefile b/www/mod_rivet/Makefile index 61ecd10f7031..5e02eeeb2168 100644 --- a/www/mod_rivet/Makefile +++ b/www/mod_rivet/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/rivet-${PORTVERSION} MAKE_JOBS_SAFE= yes -USE_APACHE= 1.3+ +USE_APACHE= 2.0+ USE_AUTOTOOLS= automake:110 autoconf:262 USE_TCL= 84+ GMAKE= yes @@ -28,13 +28,8 @@ GNU_CONFIGURE= yes .include -.if ${APACHE_VERSION} == 1.3 -CONFIGURE_ARGS+= --with-apache-version=1 -.else -CONFIGURE_ARGS+= --with-apache-version=2 -.endif - -CONFIGURE_ARGS+= --prefix=${PREFIX} --with-apxs=${APXS} \ +CONFIGURE_ARGS+= --with-apache-version=2 \ + --prefix=${PREFIX} --with-apxs=${APXS} \ --with-tcl=${TCL_LIBDIR} --with-tclsh=${TCLSH} \ --with-rivet-target-dir=${PREFIX}/lib/rivet -- cgit