From eed3bd0e441f5a34891e83e4db02f1745dd8a942 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 24 Jun 2001 22:36:34 +0000 Subject: Enable pear support. --- www/mod_php5/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/mod_php5/Makefile') diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 35eb0477d115..22b2bc8749dd 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -7,6 +7,7 @@ PORTNAME?= mod_php4 PORTVERSION= 4.0.6 +PORTREVISION?= 1 CATEGORIES?= www MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \ http://php.he.net/${PHP_DISTDIR}/ \ @@ -33,7 +34,8 @@ SLAVEDIRS= lang/php4 USE_LIBTOOL= yes .if defined(STANDALONE) -CONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone +CONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone \ + --disable-pear .else CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \ --with-config-file-path=${PREFIX}/etc @@ -44,7 +46,6 @@ CONFIGURE_ARGS+=--enable-versioning \ --disable-debug \ --enable-track-vars \ --without-gd \ - --disable-pear \ --without-mysql SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ -- cgit v1.2.3