blob: 2100fbc29d1b151eb42b0d562a4de5b028b195d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 3
COMMENT= Qt SQLite 2 database plugin
DB= sqlite2
USES= sqlite:2
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"
|