summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-07-17 08:52:24 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-07-17 08:52:24 +0000
commit6d6ab862a8edd2dc8677e3cb9a4ee692cd256011 (patch)
tree5823faff759e61e43b9b1114b7acdc6839505528 /lang/php5
parentUpdate to 0.05 (diff)
Fix typo: XML -> XSL.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes
Notes: svn path=/head/; revision=85044
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/scripts/configure.php b/lang/php5/scripts/configure.php
index ba5c518109f4..6263f5e3e1a1 100644
--- a/lang/php5/scripts/configure.php
+++ b/lang/php5/scripts/configure.php
@@ -74,7 +74,7 @@ UNIXODBC "unixODBC support" ${WITH_UNIXODBC:-OFF} \
WDDX "WDDX support (implies XML)" ${WITH_WDDX:-OFF} \
XML "XML support" ${WITH_XML:-OFF} \
XMLRPC "XMLRPC-EPI support (implies ICONV)" ${WITH_XMLRPC:-OFF} \
-XML "XSL support" ${WITH_XSL:-OFF} \
+XSL "XSL support" ${WITH_XSL:-OFF} \
YAZ "YAZ support (ANSI/NISO Z39.50)" ${WITH_YAZ:-OFF} \
YP "YP/NIS support" ${WITH_YP:-OFF} \
ZLIB "ZLIB support" ${WITH_ZLIB:-OFF} \