mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
www/mnogosearch: Canonicalize options group name after r503781 (D20426)
This commit is contained in:
parent
2c2547ff7b
commit
a6170b3c73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503800
@ -17,12 +17,13 @@ CONFLICTS= dpsearch-[0-9]* udmsearch-[0-9]* mguesser-[0-9]*
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES THREADS SSL ASIAN SYSLOG
|
||||
|
||||
OPTIONS_MULTI= database
|
||||
OPTIONS_MULTI_database= PGSQL MYSQL SQLITE2 SQLITE3
|
||||
OPTIONS_MULTI= DATABASE
|
||||
OPTIONS_MULTI_DATABASE= PGSQL MYSQL SQLITE2 SQLITE3
|
||||
|
||||
OPTIONS_DEFAULT= THREADS SSL SYSLOG SQLITE3
|
||||
|
||||
ASIAN_DESC= Enable asian charsets
|
||||
DATABASE_DESC= Database backends
|
||||
SYSLOG_DESC= Send logs to syslog
|
||||
SQLITE2_DESC= Use SQLite 2.x
|
||||
SQLITE3_DESC= Use SQLite 3.x
|
||||
|
Loading…
Reference in New Issue
Block a user