freebsd-ports/databases/qt4-sqlite-plugin/Makefile
Raphael Kubo da Costa 23a98653a2 Switch to USES=sqlite:2.
No functional changes.
2016-03-11 10:45:42 +00:00

10 lines
205 B
Makefile

# Created by: Michael Nottebrock <lofi@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
COMMENT= Qt SQLite 2 database plugin
DB= sqlite2
USES= sqlite:2
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"