blob: d98591f71091685f71b2589376fa71acae1276a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Created by: Lauri Watts <lauri@kde.org>
# $FreeBSD$
PORTREVISION= 2
COMMENT= Qt PostgreSQL database plugin
DB= psql
USES= pgsql
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"
|