diff options
author | mat <mat@FreeBSD.org> | 2014-08-13 20:47:35 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-08-13 20:47:35 +0800 |
commit | a0b88eb7daaea3ae178f1ba54e12189a18861811 (patch) | |
tree | 4d4543f2d86c4a3707df5ee7a8abfe3dcafb59da | |
parent | 28929594092800aa6ef7a154b174710a123bbcbb (diff) | |
download | freebsd-ports-gnome-a0b88eb7daaea3ae178f1ba54e12189a18861811.tar.gz freebsd-ports-gnome-a0b88eb7daaea3ae178f1ba54e12189a18861811.tar.zst freebsd-ports-gnome-a0b88eb7daaea3ae178f1ba54e12189a18861811.zip |
This work with apache 2.4 too. (plus cleanup a stray .include)
Sponsored by: Absolight
-rw-r--r-- | www/p5-CGI-SpeedyCGI/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/p5-CGI-SpeedyCGI/Makefile b/www/p5-CGI-SpeedyCGI/Makefile index 88588f6f9ed5..af8e8b174dab 100644 --- a/www/p5-CGI-SpeedyCGI/Makefile +++ b/www/p5-CGI-SpeedyCGI/Makefile @@ -22,11 +22,9 @@ OPTIONS_DEFAULT=APACHE APACHE_DESC= Build mod_speedycgi OPTIONS_SUB= yes -APACHE_USE= APACHE=22 +APACHE_USE= APACHE=22+ APACHE_CONFIGURE_ENV_OFF= WITHOUT_APACHE=yes -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's/__inline__//g' \ ${WRKSRC}/src/speedy_inc.h |