summaryrefslogtreecommitdiff
path: root/www/mod_php5/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-12-04 07:27:41 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-12-04 07:27:41 +0000
commitb8df995834fa4a2563c234519dc65537a4c775ec (patch)
tree365dff454d97ecc01e59f72cb4f72fb39f46069b /www/mod_php5/Makefile
parentAdd kio_fish 1.0.1, a KIO module that allows you to use sftp or scp (diff)
Add --enable-discard-path and --with-readline to lang/php4.
Submitted by: Rafal Michalski <rafal.michalski@altech.com.pl>
Notes
Notes: svn path=/head/; revision=51012
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r--www/mod_php5/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 165cbdbdba0d..b7c0dc78d678 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -40,7 +40,9 @@ IS_INTERACTIVE= yes
.if defined(STANDALONE)
CONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone \
- --disable-pear
+ --disable-pear \
+ --enable-discard-path \
+ --with-readline=/usr
.else
CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \
--with-config-file-path=${PREFIX}/etc