diff options
author | dirk <dirk@FreeBSD.org> | 2001-08-23 04:13:50 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-08-23 04:13:50 +0800 |
commit | 79a69660be321de3a056b599f5866dc898f66fec (patch) | |
tree | b89567c1cada7aeeb3f37639f9a6616299365881 /www/mod_php5 | |
parent | 4458f9db9260959d6c0bcb8a5651b9acaac65492 (diff) | |
download | freebsd-ports-gnome-79a69660be321de3a056b599f5866dc898f66fec.tar.gz freebsd-ports-gnome-79a69660be321de3a056b599f5866dc898f66fec.tar.zst freebsd-ports-gnome-79a69660be321de3a056b599f5866dc898f66fec.zip |
Set IS_INTERACTIVE if port is interactive. 8-)
Submitted by: olgeni
Diffstat (limited to 'www/mod_php5')
-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 |