summaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-05-16 20:26:34 +0000
committerdirk <dirk@FreeBSD.org>2000-05-16 20:26:34 +0000
commitdd9ae51b98feb4f8732da91d1337f72551b9c865 (patch)
treef0322324b54945e522a5306df97689bc6e39a89a /www/mod_php4
parentb2720ac2cc39ca050097012a1ff3be9f83f7f9df (diff)
downloadFreeBSD-ports-dd9ae51b98feb4f8732da91d1337f72551b9c865.zip
FreeBSD-ports-dd9ae51b98feb4f8732da91d1337f72551b9c865.tar.gz
Add option for FTP support.
Submitted by: Eric D. Futch <efutch@nyct.net>
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/scripts/configure.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 4f2b323..08fcf42 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/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
OpenPOWER on IntegriCloud