diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-12 04:21:09 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-12 04:21:09 +0800 |
commit | 5aa8a87ed590b2ed46f9ceee7230167111ea50e2 (patch) | |
tree | d6305e617674d3c5287ab27fd992245ba69cf794 /www | |
parent | d3f1a3a1439a1f2f47eb00a2ce3701382a6bd422 (diff) | |
download | freebsd-ports-gnome-5aa8a87ed590b2ed46f9ceee7230167111ea50e2.tar.gz freebsd-ports-gnome-5aa8a87ed590b2ed46f9ceee7230167111ea50e2.tar.zst freebsd-ports-gnome-5aa8a87ed590b2ed46f9ceee7230167111ea50e2.zip |
- Fix build, APACHE_VERSION containts the VERSION, AP_VERSION is an intermediary
based on USE_APACHE
Reported by: pointyhat via pav
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_rivet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_rivet/Makefile b/www/mod_rivet/Makefile index 96ff61318423..61ecd10f7031 100644 --- a/www/mod_rivet/Makefile +++ b/www/mod_rivet/Makefile @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> -.if ${AP_VERSION} == 1.3 +.if ${APACHE_VERSION} == 1.3 CONFIGURE_ARGS+= --with-apache-version=1 .else CONFIGURE_ARGS+= --with-apache-version=2 |