aboutsummaryrefslogtreecommitdiff
path: root/databases/qt4-odbc-plugin
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-03-11 11:02:51 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-03-11 11:02:51 +0000
commita3ffa09586beacd8a4f4ebef60fc38a49ef5f0b1 (patch)
tree7746ca97b7c3be179839c53d617d6e8e995f2a3f /databases/qt4-odbc-plugin
parente92308a31bcb18667293a30cadada4c8531bf4a4 (diff)
downloadports-a3ffa09586beacd8a4f4ebef60fc38a49ef5f0b1.tar.gz
ports-a3ffa09586beacd8a4f4ebef60fc38a49ef5f0b1.zip
Notes
Diffstat (limited to 'databases/qt4-odbc-plugin')
-rw-r--r--databases/qt4-odbc-plugin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/qt4-odbc-plugin/Makefile b/databases/qt4-odbc-plugin/Makefile
index 60e93158b782..2b3bd4d7297e 100644
--- a/databases/qt4-odbc-plugin/Makefile
+++ b/databases/qt4-odbc-plugin/Makefile
@@ -1,11 +1,13 @@
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
DB= odbc
COMMENT= Qt Open Database Connectivity plugin
LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
+LDFLAGS+= -lodbc
+
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"