ec94e4d5eb
- ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit)
12 lines
181 B
Makefile
12 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sqlite3
|
|
PORTREVISION= 1
|
|
|
|
DB= SQLite
|
|
DB_DESC= SQLite 3
|
|
|
|
USE_SQLITE= 3
|
|
CONFIGURE_ARGS= -system-sqlite
|
|
|
|
.include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers"
|