1
0
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:
Alex Dupre 2014-04-08 15:15:31 +00:00
parent 3a30df7656
commit f392fc8295
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350622
2 changed files with 10 additions and 0 deletions

View File

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

View File

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