While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
11 lines
167 B
Makefile
11 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sqlite3
|
|
|
|
DB= SQLite
|
|
DB_DESC= SQLite 3
|
|
|
|
USES= sqlite:3
|
|
CONFIGURE_ARGS= -system-sqlite
|
|
|
|
.include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers"
|