10 lines
205 B
Makefile
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"
|