diff options
Diffstat (limited to 'lang/php4/Makefile.ext')
-rw-r--r-- | lang/php4/Makefile.ext | 5 |
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 |