blob: 55021a368c2d96e0b16881e20b94c1728af88764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Kay Lehmann <kay_lehmann@web.de>
# $FreeBSD$
PORTREVISION= 1
COMMENT= Qt MySQL database plugin
DB= mysql
USE_MYSQL= yes
CXXFLAGS+= -I${LOCALBASE}/include/mysql
LDFLAGS+= -L${LOCALBASE}/lib/mysql
BROKEN_powerpc64= Does not build
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"
|