summaryrefslogtreecommitdiff
path: root/www/mod_php5/scripts
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-05-10 07:32:30 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-05-10 07:32:30 +0000
commit12432fb9b13e48f5b00527b12717cce0c6d97fb5 (patch)
treea487ad08e169d10f347acbad2e02319552c7f197 /www/mod_php5/scripts
parentAlmost revert a change made in daemontools-0.70's supervise, where (diff)
Fix XML support. Depend on textproc/expat2 instead of texproc/expat.
PR: ports/27076 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Diffstat (limited to 'www/mod_php5/scripts')
-rw-r--r--www/mod_php5/scripts/configure.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 1f731e1745f4..d962291a7be9 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -173,9 +173,7 @@ while [ "$1" ]; do
LIBS="${LIBS} -L\${OPENSSLBASE}/lib -lcrypto -lssl"
;;
\"XML\")
- echo "BUILD_DEPENDS+= \${PREFIX}/lib/libexpat.a:\${PORTSDIR}/textproc/expat"
- echo "BUILD_DEPENDS+= \${PREFIX}/include/xml/xmlparse.h:\${PORTSDIR}/textproc/expat"
- echo "BUILD_DEPENDS+= \${PREFIX}/include/xml/xmltok.h:\${PORTSDIR}/textproc/expat"
+ echo "LIB_DEPENDS+= expat.2:\${PORTSDIR}/textproc/expat2"
echo "CONFIGURE_ARGS+=--with-xml=\${PREFIX}"
;;
\"FTP\")