freebsd-ports/databases/qt5-sqldrivers-sqlite2/Makefile
Mathieu Arnold 21bc5c0345 Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
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
2016-04-25 16:13:38 +00:00

8 lines
118 B
Makefile

# $FreeBSD$
DB= SQLite2
DB_DESC= SQLite 2
USES= sqlite:2
.include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers"