summaryrefslogtreecommitdiff
path: root/www/mod_php5/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-06-24 22:36:34 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-06-24 22:36:34 +0000
commiteed3bd0e441f5a34891e83e4db02f1745dd8a942 (patch)
treeb8a67436ff10a35e58dacc85824ff50ba1951030 /www/mod_php5/Makefile
parentjava/linux-ibm-jdk13 is restricted from redistrobution. (diff)
Enable pear support.
Notes
Notes: svn path=/head/; revision=44397
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r--www/mod_php5/Makefile5
1 files changed, 3 insertions, 2 deletions
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}" \