Define USE_APACHE when WITH_FASTCGI is set
PR: ports/141345 Submitted by: Florian Smeets <flo@kasimir.com>
This commit is contained in:
parent
39c4772825
commit
aaa064b4d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247633
@ -28,7 +28,7 @@ CONFLICTS= rt-2* rt-3.0* rt-3.2* rt-3.4* rt-3.6*
|
||||
LATEST_LINK= rt38
|
||||
|
||||
OPTIONS= MYSQL "Enable MySQL backend" on \
|
||||
APACHE "Enable ${APACHE_PORT} server" on \
|
||||
APACHE "Enable ${APACHE_PORT} server" on \
|
||||
MODPERL "Enable mod_perl support" on \
|
||||
POSTGRESQL "Enable Postgresql backend" off \
|
||||
ORACLE "Enable Oracle backend" off \
|
||||
@ -68,7 +68,7 @@ BUILD_DEPENDS+= ${STANDALONE_DEPS}
|
||||
RUN_DEPENDS+= ${STANDALONE_DEPS}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
.if defined(WITH_APACHE) || defined(WITH_FASTCGI)
|
||||
USE_APACHE= 1.3+
|
||||
.endif
|
||||
|
||||
|
@ -28,7 +28,7 @@ CONFLICTS= rt-2* rt-3.0* rt-3.2* rt-3.4* rt-3.6*
|
||||
LATEST_LINK= rt38
|
||||
|
||||
OPTIONS= MYSQL "Enable MySQL backend" on \
|
||||
APACHE "Enable ${APACHE_PORT} server" on \
|
||||
APACHE "Enable ${APACHE_PORT} server" on \
|
||||
MODPERL "Enable mod_perl support" on \
|
||||
POSTGRESQL "Enable Postgresql backend" off \
|
||||
ORACLE "Enable Oracle backend" off \
|
||||
@ -68,7 +68,7 @@ BUILD_DEPENDS+= ${STANDALONE_DEPS}
|
||||
RUN_DEPENDS+= ${STANDALONE_DEPS}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_APACHE)
|
||||
.if defined(WITH_APACHE) || defined(WITH_FASTCGI)
|
||||
USE_APACHE= 1.3+
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user