git: d6ef977b8354 - main - www/plasma5-plasma-browser-integration: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:12:45 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d6ef977b83549ebb6d91b99423aab739787e25b3
commit d6ef977b83549ebb6d91b99423aab739787e25b3
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:04:55 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:59 +0000
www/plasma5-plasma-browser-integration: pet stage-qa
---
www/plasma5-plasma-browser-integration/Makefile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/www/plasma5-plasma-browser-integration/Makefile b/www/plasma5-plasma-browser-integration/Makefile
index 9a0bd4d119b7..8753c7e52f4a 100644
--- a/www/plasma5-plasma-browser-integration/Makefile
+++ b/www/plasma5-plasma-browser-integration/Makefile
@@ -1,17 +1,18 @@
PORTNAME= plasma-browser-integration
DISTVERSION= ${KDE_PLASMA_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 components to integrate browsers into the desktop
-USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg
USE_KDE= activities completion config coreaddons crash dbusaddons \
- filemetadata i18n jobwidgets kio notifications package \
+ filemetadata i18n itemmodels jobwidgets kio notifications package \
plasma-framework plasma-workspace purpose runner service \
widgetsaddons windowsystem
-USE_QT= concurrent core dbus gui network widgets \
+USE_QT= concurrent core declarative dbus gui network widgets \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>