git: 09377d7d3fe3 - main - x11-toolkits/plasma6-kdeplasma-addons: Add missing runtime dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Mar 2025 21:59:08 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=09377d7d3fe3d1834fd346d80d2af7c911820f0a
commit 09377d7d3fe3d1834fd346d80d2af7c911820f0a
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-03-13 21:58:27 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-03-13 21:58:27 +0000
x11-toolkits/plasma6-kdeplasma-addons: Add missing runtime dependencies
---
x11-toolkits/plasma6-kdeplasma-addons/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-toolkits/plasma6-kdeplasma-addons/Makefile b/x11-toolkits/plasma6-kdeplasma-addons/Makefile
index 45daabea8ce8..f89732212e72 100644
--- a/x11-toolkits/plasma6-kdeplasma-addons/Makefile
+++ b/x11-toolkits/plasma6-kdeplasma-addons/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kdeplasma-addons
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-toolkits kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -15,8 +16,9 @@ USE_KDE= colorscheme completion config configwidgets coreaddons \
service solid sonnet unitconversion widgetsaddons windowsystem \
xmlgui \
ecm:build \
- kirigami-addons:run
-USE_QT= 5compat base declarative webchannel webengine
+ itemmodels:run kirigami-addons:run
+USE_QT= 5compat base declarative webchannel webengine \
+ quick3d:run
USE_XORG= x11
.include <bsd.port.mk>