mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
9 lines
154 B
Makefile
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"
|