diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-09 06:45:47 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-09 06:45:47 +0000 |
commit | 912af0ad8cd3122de28fd314a3da25a97dd2d434 (patch) | |
tree | d9c6f5f655a3ec6b28feef1869ea3f638ecf6671 /www/mod_php4/Makefile | |
parent | 4f63467be29bcec67d464518bebf8ce48735bc56 (diff) | |
download | FreeBSD-ports-912af0ad8cd3122de28fd314a3da25a97dd2d434.zip FreeBSD-ports-912af0ad8cd3122de28fd314a3da25a97dd2d434.tar.gz |
Make port recognize PHP4_OPTIONS for non-interactive configuration
- PHP4_OPTIONS added to enviroment
local slave ports can now set:
BATCH=yes
PKGNAMESUFFIX=-pgsql
PHP4_OPTIONS= \"zlib\" \"PostgreSQL\" \"OpenLDAP1\" \"OpenSSL\"
MASTERDIR= /usr/ports/www/mod_php4
.include "${MASTERDIR}/Makefile"
Approved by: dirk
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r-- | www/mod_php4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index a37f579..86b0957 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -62,6 +62,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ TOUCH="${TOUCH}" \ MKDIR="${MKDIR}" \ CAT="${CAT}" \ + PHP4_OPTIONS="${PHP4_OPTIONS}" \ REALCURDIR="${.CURDIR}" AP_LIBEXEC= ${PREFIX}/libexec/apache |