git: 70a33543dc04 - main - devel/kf5-kparts: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:10:15 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=70a33543dc04ff65a1306015455e7a8363f557e7
commit 70a33543dc04ff65a1306015455e7a8363f557e7
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:02:48 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:08 +0000
devel/kf5-kparts: pet stage-qa
---
devel/kf5-kparts/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/devel/kf5-kparts/Makefile b/devel/kf5-kparts/Makefile
index 80a4e305c7d5..1ede16677d71 100644
--- a/devel/kf5-kparts/Makefile
+++ b/devel/kf5-kparts/Makefile
@@ -1,15 +1,17 @@
PORTNAME= kparts
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 document centric plugin system
-USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons \
i18n iconthemes jobwidgets kio notifications service \
- sonnet textwidgets widgetsaddons windowsystem xmlgui
+ solid sonnet textwidgets widgetsaddons windowsystem xmlgui
USE_QT= concurrent core dbus gui network widgets xml \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>