aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 16:50:04 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 18:30:52 +0000
commitab998c65934c609aab15798589ac041dadf1bbe1 (patch)
tree345677ad2b9d1212ce682856528ae88f96ed12e8
parentf32cd3e51b56eb5df76bc24a1431c2ae31789177 (diff)
downloadports-ab998c65934c609aab15798589ac041dadf1bbe1.tar.gz
ports-ab998c65934c609aab15798589ac041dadf1bbe1.zip
x11/kf5-kglobalaccel: remove unnecessary dependency
-rw-r--r--x11/kf5-kglobalaccel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kf5-kglobalaccel/Makefile b/x11/kf5-kglobalaccel/Makefile
index b09e38f179d0..1fbba89839e1 100644
--- a/x11/kf5-kglobalaccel/Makefile
+++ b/x11/kf5-kglobalaccel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kglobalaccel
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -8,7 +9,7 @@ COMMENT= KF5 library to add support for global workspace shortcuts
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg
-USE_KDE= config coreaddons crash dbusaddons i18n service \
+USE_KDE= config coreaddons crash dbusaddons service \
windowsystem \
ecm:build
USE_QT= core dbus gui linguisttools widgets x11extras \