diff options
Diffstat (limited to 'www/mod_php82/Makefile')
-rw-r--r-- | www/mod_php82/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mod_php82/Makefile b/www/mod_php82/Makefile index a32582b36c28..723a425618b4 100644 --- a/www/mod_php82/Makefile +++ b/www/mod_php82/Makefile @@ -12,4 +12,7 @@ OPTIONS_EXCLUDE= CGI CLI EMBED FPM AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) +AP2FILTER_CONFIGURE_ON=--with-apxs2filter=${APXS} +AP2FILTER_CONFIGURE_OFF=--with-apxs2=${APXS} + .include "${MASTERDIR}/Makefile" |