diff options
author | nork <nork@FreeBSD.org> | 2003-07-17 16:52:24 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-17 16:52:24 +0800 |
commit | 3aca21173a95139907aea6dc0838ab15969db483 (patch) | |
tree | 8f83d2965faf200a619b118d91210d75af5bfb29 /lang/php5 | |
parent | 75936f3bf1967fbfdf2651314e4f6c51de198b13 (diff) | |
download | freebsd-ports-gnome-3aca21173a95139907aea6dc0838ab15969db483.tar.gz freebsd-ports-gnome-3aca21173a95139907aea6dc0838ab15969db483.tar.zst freebsd-ports-gnome-3aca21173a95139907aea6dc0838ab15969db483.zip |
Fix typo: XML -> XSL.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/scripts/configure.php | 2 |
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} \ |