diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-12-13 08:43:16 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-12-13 08:43:16 +0000 |
commit | bcbb71df204ec5bf85215e7ad7a692a07d50c72c (patch) | |
tree | 5c957089a99603382c5c529529ae8ead5191be8e /www/mod_php5/Makefile | |
parent | Add sample RC startup script. (diff) |
Add support for jstring.
Submitted by: kuriyama
Notes
Notes:
svn path=/head/; revision=35947
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 |