mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/luadbi: Update OPTIONS_DEFAULT
As MySQL57 is reaching EOL and this port does not support MySQL80 so change the OPTIONS_DEFAULT to SQLITE3 and unbreak. Approved by: portmgr (blanket)
This commit is contained in:
parent
79d04abeb7
commit
111bb60101
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= luadbi
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
|
||||
|
@ -31,7 +32,7 @@ MAKE_JOBS_UNSAFE=yes
|
|||
|
||||
OPTIONS_MULTI= DATABASE
|
||||
OPTIONS_MULTI_DATABASE= MYSQL SQLITE3 PGSQL
|
||||
OPTIONS_DEFAULT= MYSQL
|
||||
OPTIONS_DEFAULT= SQLITE3
|
||||
|
||||
PLIST_FILES= %%LUA_MODSHAREDIR%%/DBI.lua
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue