diff options
Diffstat (limited to 'databases/qt-odbc-plugin/Makefile')
-rw-r--r-- | databases/qt-odbc-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/qt-odbc-plugin/Makefile b/databases/qt-odbc-plugin/Makefile index 1e1e53296ea4..d38c05c6b2f0 100644 --- a/databases/qt-odbc-plugin/Makefile +++ b/databases/qt-odbc-plugin/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt-${DB}-plugin PORTVERSION= 3.3.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-free-${PORTVERSION} @@ -25,6 +25,7 @@ BROKEN= does not compile LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC \ qt-mt:${PORTSDIR}/x11-toolkits/qt33 +BUILD_DEPENDS= unixODBC>=2.2.14_1:${PORTSDIR}/databases/unixODBC USE_BZIP2= yes PLUGIN= plugins/src/sqldrivers/${DB} |