diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
commit | b5482324dcf6b062151cc203cef1561f8923c859 (patch) | |
tree | ac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/qt4-odbc-plugin | |
parent | 667b4f4d18ac09226dc683a91597de9b41837f21 (diff) |
Notes
Diffstat (limited to 'databases/qt4-odbc-plugin')
-rw-r--r-- | databases/qt4-odbc-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/qt4-odbc-plugin/Makefile b/databases/qt4-odbc-plugin/Makefile index 6a4c72018ba8..2bd04baee517 100644 --- a/databases/qt4-odbc-plugin/Makefile +++ b/databases/qt4-odbc-plugin/Makefile @@ -10,7 +10,7 @@ COMMENT= Qt ODBC database plugin DB= odbc -LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc +LIB_DEPENDS+= libiodbc.so:${PORTSDIR}/databases/libiodbc USE_QT4= moc_build sql QT_NONSTANDARD= yes |