mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Force users to update their options file if APACHE was selected.
This commit is contained in:
parent
3a30df7656
commit
f392fc8295
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350622
@ -87,6 +87,11 @@ CONFIGURE_ARGS+=--enable-fpm \
|
||||
--with-fpm-group=${WWWGRP}
|
||||
.endif
|
||||
|
||||
.if defined(OPTIONS_FILE_SET) && ${OPTIONS_FILE_SET:MAPACHE}
|
||||
IGNORE= doesn't install the Apache module anymore:\
|
||||
update your OPTIONS and build www/mod_php5 port instead
|
||||
.endif
|
||||
|
||||
.if defined(PKGNAMEPREFIX)
|
||||
USE_PHP= yes
|
||||
PHP_DEFAULT= 5.4
|
||||
|
@ -87,6 +87,11 @@ CONFIGURE_ARGS+=--enable-fpm \
|
||||
--with-fpm-group=${WWWGRP}
|
||||
.endif
|
||||
|
||||
.if defined(OPTIONS_FILE_SET) && ${OPTIONS_FILE_SET:MAPACHE}
|
||||
IGNORE= doesn't install the Apache module anymore:\
|
||||
update your OPTIONS and build www/mod_php55 port instead
|
||||
.endif
|
||||
|
||||
.if defined(PKGNAMEPREFIX)
|
||||
USE_PHP= yes
|
||||
PHP_DEFAULT= 5.5
|
||||
|
Loading…
Reference in New Issue
Block a user