Index: head/databases/qt4-odbc-plugin/Makefile =================================================================== --- head/databases/qt4-odbc-plugin/Makefile (revision 410822) +++ head/databases/qt4-odbc-plugin/Makefile (revision 410823) @@ -1,11 +1,13 @@ # Created by: Michael Nottebrock # $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" Index: head/databases/qt4-sqlite3-plugin/Makefile =================================================================== --- head/databases/qt4-sqlite3-plugin/Makefile (revision 410822) +++ head/databases/qt4-sqlite3-plugin/Makefile (revision 410823) @@ -1,10 +1,12 @@ # Created by: Michael Nottebrock # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Qt SQLite 3 database plugin DB= sqlite USES= sqlite:3 + +LDFLAGS+= -lsqlite3 .include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"