diff options
Diffstat (limited to 'lang/php5/Makefile.pear')
-rw-r--r-- | lang/php5/Makefile.pear | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php5/Makefile.pear b/lang/php5/Makefile.pear index 6dd3e608a3a4..865bdf9e90dd 100644 --- a/lang/php5/Makefile.pear +++ b/lang/php5/Makefile.pear @@ -1,4 +1,4 @@ -PORTREVISION= 4 +PORTREVISION= 0 USE_GNOME= libxml2 @@ -9,6 +9,7 @@ CONFIGURE_ARGS= --with-layout=GNU \ --disable-all \ --with-pcre-regex=yes \ --enable-xml \ + --enable-libxml \ --with-libxml-dir=${LOCALBASE} \ --with-zlib-dir=/usr \ --with-pear |