freebsd-ports/databases/qt5-sqldrivers-sqlite3/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

9 lines
154 B
Makefile

PORTNAME= sqlite3
DB= SQLite
DB_DESC= SQLite 3
USES= sqlite:3
CONFIGURE_ARGS= -system-sqlite
.include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers"