Skip to content

Commit

Permalink
databases/luadbi: Update OPTIONS_DEFAULT
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
5u623l20 committed Oct 29, 2023
1 parent 79d04ab commit 111bb60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion databases/luadbi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= luadbi
PORTVERSION= 0.7.2
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 111bb60

Please sign in to comment.