From 6299eb48ccd5cf7baa1ac6cbc1e628e278ffa252 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 25 Jan 2020 10:11:56 +0000 Subject: [PATCH] security/plasma5-kscreenlocker: add explicit dependency on qdbus It's a requirement of the included ck-unlock-session script. The binary found by the cmake configure to check for its availability found the 'wrapper' installed by misc/qtchooser, which was present always (in short: it was broken). An upcoming change will change the behaviour of qtchooser not to install links if the binaries are not present. This would lead ot ck-unlock-session no longer being installed as the dependency is now (also for the cmake configure) missing. --- security/plasma5-kscreenlocker/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/plasma5-kscreenlocker/Makefile b/security/plasma5-kscreenlocker/Makefile index 5b8fbc5587eb..5c994f663b0b 100644 --- a/security/plasma5-kscreenlocker/Makefile +++ b/security/plasma5-kscreenlocker/Makefile @@ -2,6 +2,7 @@ PORTNAME= kscreenlocker DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= security kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -20,7 +21,7 @@ USE_KDE= auth codecs config configwidgets coreaddons crash ecm \ kdeclarative kdelibs4support notifications package \ plasma-framework sonnet textwidgets wayland widgetsaddons \ windowsystem xmlgui -USE_QT= core dbus declarative gui network testlib widgets x11extras xml \ +USE_QT= core dbus declarative gui network qdbus testlib widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xcb xcursor xext xi