From ef9b6b85020187d12fc76aa0d5c2827656c5f242 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Tue, 16 May 2000 20:26:34 +0000 Subject: Add option for FTP support. Submitted by: Eric D. Futch --- www/mod_php5/scripts/configure.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/mod_php5') diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 4f2b323c19f5..08fcf4265cfe 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -27,6 +27,7 @@ dBase "PHP: dBase database support" OFF \ OpenLDAP "PHP: OpenLDAP support" OFF \ SNMP "PHP: SNMP support" OFF \ XML "PHP: XML support" OFF \ +FTP "PHP: File Transfer Protocol support" OFF \ 2> /tmp/checklist.tmp.$$ retval=$? @@ -136,6 +137,9 @@ while [ "$1" ]; do echo "BUILD_DEPENDS+= \${PREFIX}/include/xml/xmltok.h:\${PORTSDIR}/textproc/expat" echo "PHP_CONF_ARGS+= --with-xml=\${PREFIX}" ;; + \"FTP\") + echo "PHP_CONF_ARGS+= --with-ftp" + ;; \"modssl\") cat << EOF PORTNAME= apache+php+mod_ssl -- cgit v1.2.3