21bc5c0345
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
8 lines
118 B
Makefile
8 lines
118 B
Makefile
# $FreeBSD$
|
|
|
|
DB= SQLite2
|
|
DB_DESC= SQLite 2
|
|
|
|
USES= sqlite:2
|
|
|
|
.include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers"
|