diff options
Diffstat (limited to 'www/mod_php81/Makefile')
-rw-r--r-- | www/mod_php81/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mod_php81/Makefile b/www/mod_php81/Makefile index b5c0cfd961a2..82d7543e42b3 100644 --- a/www/mod_php81/Makefile +++ b/www/mod_php81/Makefile @@ -13,4 +13,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" |