summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-05-19 19:47:38 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-05-19 21:24:33 +0000
commit167856ab170da22e2f612d4edcff8f0696a56136 (patch)
treea7a06af3a2fdb238bd0b317492a1bd0f6d2d40bf /x11-clocks
parentgraphics/qt6-wayland: drop duplicate variable (diff)
x11-clocks/ktimer: pacify stage-qa after fca135644fd0
Error: /usr/local/bin/ktimer is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Reported by: portscan
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/ktimer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/ktimer/Makefile b/x11-clocks/ktimer/Makefile
index 104ce282a39b..b6b5e4aec407 100644
--- a/x11-clocks/ktimer/Makefile
+++ b/x11-clocks/ktimer/Makefile
@@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Countdown launcher for KDE
WWW= https://utils.kde.org/projects/ktimer/
-USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons \
dbusaddons doctools i18n iconthemes jobwidgets kio \
notifications service solid widgetsaddons windowsystem xmlgui \