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_php3 | |
parent | 34eaa3c702ea64c7dbb26e468111e970d1bc21a9 (diff) | |
download | ports-720661d7acdbe7e3ad8f67773fdc90ed8861c9b5.tar.gz ports-720661d7acdbe7e3ad8f67773fdc90ed8861c9b5.zip |
Notes
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 4 |
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 |