149ba7338a
These ports built successfully
13 lines
257 B
Makefile
13 lines
257 B
Makefile
# 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
|
|
|
|
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"
|