git: ab998c65934c - main - x11/kf5-kglobalaccel: remove unnecessary dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 18:32:55 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ab998c65934c609aab15798589ac041dadf1bbe1
commit ab998c65934c609aab15798589ac041dadf1bbe1
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-12 16:50:04 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-12 18:30:52 +0000
x11/kf5-kglobalaccel: remove unnecessary dependency
Was removed upstream in [1].
[1] https://invent.kde.org/frameworks/kglobalaccel/-/commit/4928539a48edd4729174f9c8aa906cf63fbe1b45
---
x11/kf5-kglobalaccel/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 \