diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-16 20:26:34 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-16 20:26:34 +0000 |
commit | ef9b6b85020187d12fc76aa0d5c2827656c5f242 (patch) | |
tree | 85e3bd1b1e6dc69c9ef3db2bad7df2d1ca758292 /www/mod_php5 | |
parent | Update to version 0.5.2, cleanup Makefile. (diff) |
Add option for FTP support.
Submitted by: Eric D. Futch <efutch@nyct.net>
Notes
Notes:
svn path=/head/; revision=28492
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 4 |
1 files changed, 4 insertions, 0 deletions
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 |