Set IS_INTERACTIVE if port is interactive. 8-)
Submitted by: olgeni
This commit is contained in:
parent
34eaa3c702
commit
720661d7ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46657
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user