aboutsummaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-26 07:16:40 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-26 07:16:40 +0000
commit1a64bae686155df0eb96b1e56974f31ff831da6c (patch)
tree2f71cf4a714ef5f905a8d7462d76c5c94421274a /lang/php4
parent952fbc94d3125f22faca62e3873710ff8d434c64 (diff)
downloadports-1a64bae686155df0eb96b1e56974f31ff831da6c.tar.gz
ports-1a64bae686155df0eb96b1e56974f31ff831da6c.zip
Notes
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile.ext5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext
index ee4425901830..457494ad3384 100644
--- a/lang/php4/Makefile.ext
+++ b/lang/php4/Makefile.ext
@@ -329,7 +329,10 @@ CONFIGURE_ARGS+=--enable-tokenizer
.endif
.if ${PHP_MODNAME} == "wddx"
-CONFIGURE_ARGS+=--enable-wddx
+LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2
+
+CONFIGURE_ARGS+=--enable-wddx \
+ --with-expat-dir=${LOCALBASE}
USE_PHP= xml session
USE_PHP_BUILD= yes