From 849ac4847d549f97f63694bb3d66025effeed26d Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 18 Nov 2001 22:29:38 +0000 Subject: Add support for domxml. PR: ports/28948, ports/29565 --- www/mod_php5/scripts/configure.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/mod_php5/scripts') diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 9794fc392946..52be19c9f88d 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -35,6 +35,7 @@ OpenSSL "OpenSSL support" OFF \ SNMP "SNMP support" OFF \ XML "XML support" OFF \ XSLT "Sablotron support (implies XML and iconv)" OFF \ +DOMXML "DOM support" OFF \ FTP "File Transfer Protocol support" OFF \ CURL "CURL support" OFF \ gettext "gettext library support" OFF \ @@ -212,6 +213,10 @@ while [ "$1" ]; do set $* \"iconv\" fi ;; + \"DOMXML\") + echo "LIB_DEPENDS+= xml2.5:\${PORTSDIR}/textproc/libxml2" + echo "CONFIGURE_ARGS+=--with-dom=\${PREFIX}" + ;; \"FTP\") echo "CONFIGURE_ARGS+=--enable-ftp" ;; -- cgit v1.2.3