diff options
author | makc <makc@FreeBSD.org> | 2009-02-15 04:45:18 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-02-15 04:45:18 +0800 |
commit | 9a9eea2d8510efa6c36e7dcc45f57c0f61b3ea11 (patch) | |
tree | beb6c99b88a6b542a5d61dc31dce1644f18653f7 /databases/qt-mysql-plugin | |
parent | 02c001b40f388e8b9d4cf0a829c2addd01ff0d88 (diff) | |
download | freebsd-ports-gnome-9a9eea2d8510efa6c36e7dcc45f57c0f61b3ea11.tar.gz freebsd-ports-gnome-9a9eea2d8510efa6c36e7dcc45f57c0f61b3ea11.tar.zst freebsd-ports-gnome-9a9eea2d8510efa6c36e7dcc45f57c0f61b3ea11.zip |
Remove CONFLICTS to qt4, bump PORTREVISION
Diffstat (limited to 'databases/qt-mysql-plugin')
-rw-r--r-- | databases/qt-mysql-plugin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/qt-mysql-plugin/Makefile b/databases/qt-mysql-plugin/Makefile index d65cb8056678..4d307b642c68 100644 --- a/databases/qt-mysql-plugin/Makefile +++ b/databases/qt-mysql-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} @@ -17,8 +17,6 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= A plugin for QT to connect to MySQL-Databases -CONFLICTS= qt4-mysql-plugin-4.2.* qt4-mysql-plugin-4.3.0 - DB= mysql LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 |