diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-14 07:32:15 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-14 07:32:15 +0800 |
commit | 89c8c09ebec000f72553e1df903c4ed5826385b9 (patch) | |
tree | 5196c67932b882d805155a4206ea1e56aaf851b6 /www | |
parent | c347e6168b1990ce76479057641e05ff0d2c8c79 (diff) | |
download | freebsd-ports-gnome-89c8c09ebec000f72553e1df903c4ed5826385b9.tar.gz freebsd-ports-gnome-89c8c09ebec000f72553e1df903c4ed5826385b9.tar.zst freebsd-ports-gnome-89c8c09ebec000f72553e1df903c4ed5826385b9.zip |
- Restrict to 20+
Discussed with: cowbert@gmail.com (maintainer) via #bsdports
Reported by: pointyhat via pav
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_rivet/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
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 <bsd.port.pre.mk> -.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 |