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.
This commit is contained in:
parent
19c44b29c9
commit
6299eb48cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524024
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user