diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-13 23:32:15 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-13 23:32:15 +0000 |
commit | 3765b64369f33ef79febfdb52713f95618f928e9 (patch) | |
tree | 170aceb40dc48f7dd4a18e25050177aeab25442c /www/mod_rivet | |
parent | d088027c05478c3992961827a49ef96ac2021128 (diff) | |
download | ports-3765b64369f33ef79febfdb52713f95618f928e9.tar.gz ports-3765b64369f33ef79febfdb52713f95618f928e9.zip |
Notes
Diffstat (limited to 'www/mod_rivet')
-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 |