diff options
author | makc <makc@FreeBSD.org> | 2009-02-15 04:43:31 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-02-15 04:43:31 +0800 |
commit | 02c001b40f388e8b9d4cf0a829c2addd01ff0d88 (patch) | |
tree | 6b559e77a62c63573da4899319672497aa8a329b /databases | |
parent | 973ff0e40a48f32f402964923d606f201abdb91e (diff) | |
download | freebsd-ports-gnome-02c001b40f388e8b9d4cf0a829c2addd01ff0d88.tar.gz freebsd-ports-gnome-02c001b40f388e8b9d4cf0a829c2addd01ff0d88.tar.zst freebsd-ports-gnome-02c001b40f388e8b9d4cf0a829c2addd01ff0d88.zip |
Remove BROKEN (fix was committed by fjoe)
remove CONFLICTS to qt4 plugins, it was resolved a long time ago
Diffstat (limited to 'databases')
-rw-r--r-- | databases/qt-odbc-plugin/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/qt-odbc-plugin/Makefile b/databases/qt-odbc-plugin/Makefile index d38c05c6b2f0..bd1c02af91d8 100644 --- a/databases/qt-odbc-plugin/Makefile +++ b/databases/qt-odbc-plugin/Makefile @@ -17,12 +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 -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 |