diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-11 14:23:28 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-11 14:23:28 +0000 |
commit | a80b8e64edec36df028bf7d13088685e98955967 (patch) | |
tree | 4a9274a42036319acef7e1b987592404e0a7a7af /www/mod_scgi | |
parent | 7b487e75865136df3eb272692a665e8cb05da846 (diff) | |
download | ports-a80b8e64edec36df028bf7d13088685e98955967.tar.gz ports-a80b8e64edec36df028bf7d13088685e98955967.zip |
Notes
Diffstat (limited to 'www/mod_scgi')
-rw-r--r-- | www/mod_scgi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_scgi/Makefile b/www/mod_scgi/Makefile index d3760e34f5d8..13ea7942083e 100644 --- a/www/mod_scgi/Makefile +++ b/www/mod_scgi/Makefile @@ -22,7 +22,7 @@ AP_GENPLIST= yes .include <bsd.port.pre.mk> -.if ${APACHE_VERSION} == 24 +.if ${APACHE_VERSION} == 2.4 EXTRA_PATCHES= ${FILESDIR}/apache24-compat-mod__scgi.c .endif |