diff options
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 14af329e52ee..dabda8c17ea5 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -1,4 +1,5 @@ #!/bin/sh +# $FreeBSD$ if [ "${BATCH}" ]; then ${MKDIR} ${WRKDIRPREFIX}${CURDIR} @@ -76,6 +77,9 @@ while [ "$1" ]; do echo "PHP_CONF_ARGS+= --with-mcrypt=\${PREFIX}" ;; \"mhash\") + echo "mhash is DISABLED for now. Ignoring." > /dev/stderr + ;; + \"nothing\") echo "LIB_DEPENDS+= mhash.1:\${PORTSDIR}/security/mhash" echo "PHP_CONF_ARGS+= --with-mhash=\${PREFIX}" ;; |