ports/databases/qt4-sqlite3-plugin/Makefile
Steve Wills 149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00

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"