diff options
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php53/Makefile.php b/lang/php53/Makefile.php index b33e1f04b6e..87728aec58f 100644 --- a/lang/php53/Makefile.php +++ b/lang/php53/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.9 2011/10/20 12:38:24 taca Exp $ +# $NetBSD: Makefile.php,v 1.10 2011/10/20 12:39:33 taca Exp $ # used by lang/php53/Makefile # used by www/ap-php/Makefile @@ -39,7 +39,6 @@ CONFIGURE_ARGS+= --disable-dom CONFIGURE_ARGS+= --disable-pdo CONFIGURE_ARGS+= --disable-json -#CONFIGURE_ARGS+= --enable-fpm CONFIGURE_ARGS+= --enable-xml CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX} .include "../../textproc/libxml2/buildlink3.mk" |