git: ee6fb96f2650 - main - x11/plasma-wayland-protocols: remove run-time dependency on kf5-ecm
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Aug 2023 11:14:07 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee6fb96f26501d28835a7767ad74e5eabdb23a84 commit ee6fb96f26501d28835a7767ad74e5eabdb23a84 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-08-14 11:13:18 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-08-14 11:13:18 +0000 x11/plasma-wayland-protocols: remove run-time dependency on kf5-ecm There is no need to depend on ecm after package building. --- x11/plasma-wayland-protocols/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/plasma-wayland-protocols/Makefile b/x11/plasma-wayland-protocols/Makefile index 47f086c82e2e..05668aa5a476 100644 --- a/x11/plasma-wayland-protocols/Makefile +++ b/x11/plasma-wayland-protocols/Makefile @@ -1,5 +1,6 @@ PORTNAME= plasma-wayland-protocols DISTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= KDE/stable/${PORTNAME}/ @@ -11,7 +12,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB USES= cmake kde:5 qt:5 tar:xz -USE_KDE= ecm +USE_KDE= ecm:build USE_QT= buildtools:build qmake:build NO_ARCH= yes