Skip to content

Commit

Permalink
devel/hoel: Fix build with SQLITE3 option
Browse files Browse the repository at this point in the history
The SQLITE3 option effectively added a USES=sqlite3 clause to the
Makefile, but only Mk/Uses/sqlite.mk exists, causing the build to
fail.

Approved by:	portmgr (implicit)
  • Loading branch information
stesser committed Jan 17, 2022
1 parent 4667910 commit b1ed31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/hoel/Makefile
Expand Up @@ -32,7 +32,7 @@ MARIADB_DESC= Use MariaDB as backend

MARIADB_USES= mariadb
PGSQL_USES= pgsql
SQLITE3_USES= sqlite3
SQLITE3_USES= sqlite

MARIADB_CMAKE_BOOL= WITH_MARIADB
PGSQL_CMAKE_BOOL= WITH_PGSQL
Expand Down

0 comments on commit b1ed31f

Please sign in to comment.