diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-05-15 23:52:22 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-05-15 23:52:22 +0800 |
commit | 372f69777cfe1539d07e7a78daa2c09460305fee (patch) | |
tree | 91ae797414ee619836c4caa0c249320dd78f0d47 /polish/kadu | |
parent | d86423b3194527caa9ca1f8c8929e6402478f549 (diff) | |
download | freebsd-ports-gnome-372f69777cfe1539d07e7a78daa2c09460305fee.tar.gz freebsd-ports-gnome-372f69777cfe1539d07e7a78daa2c09460305fee.tar.zst freebsd-ports-gnome-372f69777cfe1539d07e7a78daa2c09460305fee.zip |
Prepare the removal of x11-toolkits/qt5-declarative
devel/qt5-declarative has not been released since Qt 5.5.1, and it
starts to lead to runtime conflicts with qt5-quick if installed.
* No port is actually still using it (there are ports that had it as a
dependency, but do not really require it -- bump these, and remove it).
* Remove it from the Qt 5 metaport.
Reported by: Armin Pirkovitsch
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10673
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 76a310aab2c0..8d13258f0ac8 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -3,7 +3,7 @@ PORTNAME= kadu PORTVERSION= 4.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \ @@ -40,7 +40,7 @@ USES= cmake compiler:c++11-lib execinfo gettext-runtime \ libarchive pkgconfig readline tar:bzip2 USE_XORG= x11 xext xfixes xscrnsaver USE_GNOME= glib20 -USE_QT5= concurrent core dbus declarative gui multimedia network \ +USE_QT5= concurrent core dbus gui multimedia network \ qml quick script scripttools sql webkit widgets x11extras \ xml xmlpatterns buildtools_build linguisttools_build \ qmake_build imageformats_run sql-sqlite3_run |