Properly set Apache as a runtime, not a build dependency.
PR: ports/171476 Submitted by: ohauer
This commit is contained in:
parent
1ec176f882
commit
f79803d319
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304022
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ CONFIGURE_ARGS+= --enable-pgsql
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MAPACHE}
|
||||
USE_APACHE= 22+
|
||||
USE_APACHE_RUN= 22+
|
||||
CONFIGURE_ARGS+= --with-httpd-conf=${LOCALBASE}/${APACHEETCDIR}/extra
|
||||
INSTALL_TARGET+= install-webconf
|
||||
PLIST_SUB+= APACHE=""
|
||||
|
|
Loading…
Reference in a new issue