Set IS_INTERACTIVE if port is interactive. 8-)

Submitted by:	olgeni
This commit is contained in:
Dirk Froemberg 2001-08-22 20:13:50 +00:00
parent 34eaa3c702
commit 720661d7ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46657
3 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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