summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-12-03 10:17:13 +0100
committerTobias C. Berner <tcberner@FreeBSD.org>2023-12-03 10:30:21 +0100
commit886e9bf1911974c90f2a43d5b23a07f06fa73b1a (patch)
treeb78d82a5031cc427f5f69d58ebfc2a470fb9bdfc /www
parentKDE: complete dependency list in kf6-ports (diff)
KDE: complete dependency list in plasma6-ports
Reported by: poudriere
Diffstat (limited to 'www')
-rw-r--r--www/plasma6-plasma-browser-integration/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/plasma6-plasma-browser-integration/Makefile b/www/plasma6-plasma-browser-integration/Makefile
index 3007e20ff5aa..b810dbcfd8fa 100644
--- a/www/plasma6-plasma-browser-integration/Makefile
+++ b/www/plasma6-plasma-browser-integration/Makefile
@@ -5,11 +5,12 @@ CATEGORIES= www kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Components necessary to integrate browsers into the Plasma Desktop
-USES= cmake gettext kde:6 qt:6 tar:xz
+USES= cmake gettext gl kde:6 qt:6 tar:xz
USE_KDE= activities config coreaddons crash dbusaddons filemetadata \
- i18n jobwidgets kio notifications plasma-workspace purpose \
- runner statusnotifieritem \
+ i18n itemmodels jobwidgets kio notifications plasma-workspace \
+ purpose runner service statusnotifieritem \
ecm:build
-USE_QT= base
+USE_GL= gl opengl
+USE_QT= base declarative
.include <bsd.port.mk>