mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
12 lines
225 B
Makefile
12 lines
225 B
Makefile
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
|
|
COMMENT= Qt SQLite 3 database plugin
|
|
DB= sqlite
|
|
USES= sqlite:3
|
|
|
|
LDFLAGS+= -lsqlite3
|
|
|
|
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"
|