aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-05-16 20:26:34 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-05-16 20:26:34 +0000
commitef9b6b85020187d12fc76aa0d5c2827656c5f242 (patch)
tree85e3bd1b1e6dc69c9ef3db2bad7df2d1ca758292 /www/mod_php3
parent2dcd1ca7f60c6ee819c61b5a3a0d93694a9dd5e4 (diff)
downloadports-ef9b6b85020187d12fc76aa0d5c2827656c5f242.tar.gz
ports-ef9b6b85020187d12fc76aa0d5c2827656c5f242.zip
Notes
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/scripts/configure.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 8f3e797a7bae..c9e93606622a 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -29,6 +29,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=$?
@@ -152,6 +153,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