diff options
author | adrianp <adrianp> | 2007-05-05 21:35:05 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-05-05 21:35:05 +0000 |
commit | 5b814aa273e67f2e34ac2afb14b189fc309433dc (patch) | |
tree | d6ad0c8f60ca4b9900cbd37f247b8063b47cc588 /www/php4/Makefile.php | |
parent | 31dafd14dd4d9354873751c84ea7477454c859a3 (diff) | |
download | pkgsrc-5b814aa273e67f2e34ac2afb14b189fc309433dc.tar.gz |
Remove PEAR from the default PHP install
Diffstat (limited to 'www/php4/Makefile.php')
-rw-r--r-- | www/php4/Makefile.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php index 4b3fb00683d..35f5103400f 100644 --- a/www/php4/Makefile.php +++ b/www/php4/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.36 2006/10/20 22:10:33 jdolecek Exp $ +# $NetBSD: Makefile.php,v 1.37 2007/05/05 21:35:05 adrianp Exp $ .include "../../www/php4/Makefile.common" @@ -13,6 +13,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-mysql CONFIGURE_ARGS+= --without-iconv +CONFIGURE_ARGS+= --without-pear CONFIGURE_ARGS+= --disable-posix |