git: 00a9bcff1e09 - main - devel/kf5-kdeclarative: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:10:09 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=00a9bcff1e09f7ac625d9d97bf02d5e340308b3f
commit 00a9bcff1e09f7ac625d9d97bf02d5e340308b3f
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:02:43 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:06 +0000
devel/kf5-kdeclarative: pet stage-qa
---
devel/kf5-kdeclarative/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/devel/kf5-kdeclarative/Makefile b/devel/kf5-kdeclarative/Makefile
index b5f049f1b469..3965510f5438 100644
--- a/devel/kf5-kdeclarative/Makefile
+++ b/devel/kf5-kdeclarative/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kdeclarative
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+POPRTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -8,12 +9,13 @@ COMMENT= KF5 library providing integration of QML and KDE Frameworks
LIB_DEPENDS= libepoxy.so:graphics/libepoxy
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \
- qt:5 tar:xz
+ qt:5 tar:xz xorg
USE_KDE= completion config coreaddons globalaccel guiaddons i18n \
- iconthemes jobwidgets kio notifications package service widgetsaddons \
- windowsystem \
+ iconthemes jobwidgets kio notifications package service \
+ solid widgetsaddons windowsystem \
ecm_build
USE_QT= concurrent core dbus declarative gui network widgets xml \
buildtools_build qmake_build testlib_build
+USE_XORG= x11
.include <bsd.port.mk>