aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 19:03:33 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 19:06:26 +0000
commit6df0da7ad8ab019a301f3d7357377a2f9380e7d6 (patch)
treebb44630cb28fbd817bf716ef8d51fc14fe75ccb9
parent7387b03ec0a35da9adf9a20124adcf3ba5494813 (diff)
downloadports-6df0da7ad8ab019a301f3d7357377a2f9380e7d6.tar.gz
ports-6df0da7ad8ab019a301f3d7357377a2f9380e7d6.zip
misc/kf5-purpose: pet stage-qa
-rw-r--r--misc/kf5-purpose/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/kf5-purpose/Makefile b/misc/kf5-purpose/Makefile
index 9470dc61783d..4669dd8f81ae 100644
--- a/misc/kf5-purpose/Makefile
+++ b/misc/kf5-purpose/Makefile
@@ -1,6 +1,6 @@
PORTNAME= purpose
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -11,13 +11,14 @@ LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
RUN_DEPENDS= accounts-qml-module>=0:sysutils/accounts-qml-module
USES= cmake compiler:c++11-lang gettext gnome \
- kde:5 pkgconfig qt:5 tar:xz
+ kde:5 pkgconfig qt:5 tar:xz xorg
USE_GNOME= intltool
USE_KDE= config completion coreaddons i18n kdeclarative kio \
- kirigami2 notifications jobwidgets service widgetsaddons \
- windowsystem \
+ kirigami2 notifications jobwidgets service solid \
+ widgetsaddons windowsystem \
ecm_build
USE_QT= concurrent core dbus declarative gui network widgets xml \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>