From 720661d7acdbe7e3ad8f67773fdc90ed8861c9b5 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Wed, 22 Aug 2001 20:13:50 +0000 Subject: Set IS_INTERACTIVE if port is interactive. 8-) Submitted by: olgeni --- www/mod_php5/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/mod_php5/Makefile') 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 -- cgit v1.2.3