1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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
This commit is contained in:
Dirk Meyer 2002-01-09 06:45:47 +00:00
parent 3b279dc8e4
commit 291941b4e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52803
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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