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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user