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

13 lines
270 B
Makefile

# 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
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"