diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-09 06:45:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-09 06:45:47 +0000 |
commit | 291941b4e84a44d8f386888a50a15dfc34c99808 (patch) | |
tree | 984fa31ab440c6f32d76727e4bf27a3cfcd9b815 /www/mod_php4 | |
parent | Add message about updating master.cf incase you have a stale one due (diff) |
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
Notes
Notes:
svn path=/head/; revision=52803
Diffstat (limited to 'www/mod_php4')
-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 a37f579c10ef..86b0957c91f1 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 |