Switch from SINGLE to RADIO so that it is possible to have a package
with no default, so that the same package can be used whatever the web server you have. (For instance, if you have apache 2.4, it'll conflict.) Sponsored by: Absolight
This commit is contained in:
parent
4e172a179f
commit
419457c65a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408942
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ SHAREGRP= ${WWWGRP}
|
|||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS_DEFAULT=MYSQL APACHE
|
||||
OPTIONS_SINGLE= WEBSERVER DB
|
||||
OPTIONS_SINGLE_WEBSERVER= APACHE LIGHTTPD
|
||||
OPTIONS_SINGLE_DB= PGSQL MYSQL
|
||||
OPTIONS_RADIO= WEBSERVER DB
|
||||
OPTIONS_RADIO_WEBSERVER= APACHE LIGHTTPD
|
||||
OPTIONS_RADIO_DB= PGSQL MYSQL
|
||||
|
||||
MYSQL_USE= PHP=mysql MYSQL=yes
|
||||
PGSQL_USE= PHP=pgsql,pdo_pgsql
|
||||
|
|
Loading…
Reference in a new issue