summaryrefslogtreecommitdiff
path: root/databases/qt-odbc-plugin
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-09-02 06:23:28 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-09-02 06:23:28 +0000
commitdeaff822455109805aceab16654cff1ee1f6e86d (patch)
treebb5983d2ff70c6770c2a7587454c5f884d8d054c /databases/qt-odbc-plugin
parent. Mark this as BROKEN for gcc 4.2. The HotSpot C++ code needs some work (diff)
Update to Qt 4.3.1.
Notes
Notes: svn path=/head/; revision=198629
Diffstat (limited to 'databases/qt-odbc-plugin')
-rw-r--r--databases/qt-odbc-plugin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/qt-odbc-plugin/Makefile b/databases/qt-odbc-plugin/Makefile
index cd380d0d07da..b817d06440c9 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= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_QT}
DISTNAME= qt-x11-free-${PORTVERSION}
@@ -17,6 +17,8 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@freebsd.org
COMMENT= A plugin for QT to connect to ODBC-compatible databases
+CONFLICTS= qt4-odbc-plugin-4.2.* qt4-odbc-plugin-4.3.0
+
DB= odbc
LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC \