blob: 005567c5b8eea11ba8c4ead7dc0a1415e8c8dc19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 2
DB= odbc
COMMENT= Qt Open Database Connectivity plugin
LIB_DEPENDS= libodbc.so:databases/unixODBC
LDFLAGS+= -lodbc
BROKEN_powerpc64= Does not build
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"
|