diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-08-22 20:13:50 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-08-22 20:13:50 +0000 |
commit | 720661d7acdbe7e3ad8f67773fdc90ed8861c9b5 (patch) | |
tree | 3d726c468f604c8fa676bb86690a7ade81a6ede2 /www/mod_php5/Makefile | |
parent | 34eaa3c702ea64c7dbb26e468111e970d1bc21a9 (diff) |
Notes
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 3c14a523afe0..b1be586e7928 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -33,6 +33,10 @@ SLAVEDIRS= lang/php4 USE_LIBTOOL= yes +.if !defined(BATCH) && !defined(PACKAGE_BUILDING) +IS_INTERACTIVE= yes +.endif + .if defined(STANDALONE) CONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone \ --disable-pear |