aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php3
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-08-23 04:13:50 +0800
committerdirk <dirk@FreeBSD.org>2001-08-23 04:13:50 +0800
commit79a69660be321de3a056b599f5866dc898f66fec (patch)
treeb89567c1cada7aeeb3f37639f9a6616299365881 /www/mod_php3
parent4458f9db9260959d6c0bcb8a5651b9acaac65492 (diff)
downloadfreebsd-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_php3')
-rw-r--r--www/mod_php3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index 51c47bbb9841..3c761ab92a21 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/Makefile
@@ -34,6 +34,10 @@ SLAVEDIRS= lang/php3
GNU_CONFIGURE= yes
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+IS_INTERACTIVE= yes
+.endif
+
.if defined(STANDALONE)
CONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone
.else