aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php5
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2002-04-17 05:46:46 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2002-04-17 05:46:46 +0000
commit8667b643099c5c38f0e284821448c1a0ddf4370b (patch)
tree0210b864e3d86396aaf1a134c725a09a49cc6812 /www/mod_php5
parenta0d47f1e3e13e42e2b93ea492e70c71b950a3871 (diff)
downloadports-8667b643099c5c38f0e284821448c1a0ddf4370b.tar.gz
ports-8667b643099c5c38f0e284821448c1a0ddf4370b.zip
Notes
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/scripts/configure.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 7d8be833c1aa..674317bf2b68 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -37,7 +37,7 @@ OpenLDAP2 "OpenLDAP 2.x support" OFF \
OpenSSL "OpenSSL support" OFF \
SNMP "SNMP support" OFF \
XML "XML support" OFF \
-XMLRPC "XMLRPC-EPI support (implies XML)" OFF \
+XMLRPC "XMLRPC-EPI support (implies XML and iconv)" OFF \
XSLT "Sablotron support (implies XML and iconv)" OFF \
WDDX "WDDX support (implies XML)" OFF \
DOMXML "DOM support" OFF \
@@ -260,6 +260,9 @@ while [ "$1" ]; do
if [ -z "$XML" ]; then
set $* \"XML\"
fi
+ if [ -z "$ICONV" ]; then
+ set $* \"iconv\"
+ fi
;;
\"XSLT\")
echo "LIB_DEPENDS+= sablot.67:\${PORTSDIR}/textproc/sablotron"