git: b49b6c9e893c - main - devel/kf5-knewstuff: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:10:13 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b49b6c9e893c184d66445a99b5075ae752bab2f3
commit b49b6c9e893c184d66445a99b5075ae752bab2f3
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:02:46 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:07 +0000
devel/kf5-knewstuff: pet stage-qa
---
devel/kf5-knewstuff/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/devel/kf5-knewstuff/Makefile b/devel/kf5-knewstuff/Makefile
index 7ea850721c25..05652df9829c 100644
--- a/devel/kf5-knewstuff/Makefile
+++ b/devel/kf5-knewstuff/Makefile
@@ -1,17 +1,19 @@
PORTNAME= knewstuff
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for downloading application assets from the network
-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= archive attica5 auth codecs completion config \
configwidgets coreaddons i18n iconthemes itemviews \
- jobwidgets kio kirigami2 package service sonnet textwidgets \
- widgetsaddons windowsystem xmlgui \
+ jobwidgets kio kirigami2 package service solid sonnet \
+ textwidgets widgetsaddons windowsystem xmlgui \
ecm_build
USE_QT= concurrent core dbus declarative gui network widgets xml \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>