diff options
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 6e44cd3f2d03..aa7ad0246c64 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -43,7 +43,8 @@ CONFIGURE_ARGS= --with-apxs=${APXS} \ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" + MKDIR="${MKDIR}" \ + CAT="${CAT}" .if exists(${APXS}) AP_LIBEXEC!= ${APXS} -q LIBEXEC |