aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 19:02:25 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 19:05:59 +0000
commite1b2a68994f43f4396613d64bc83e04b78064c9c (patch)
treefdb4e15d5cf8f22c26a453ffde39be895de5a0e1
parent12d8c0f2c68485adaa3a0104e0fa5a3a2302f69c (diff)
downloadports-e1b2a68994f43f4396613d64bc83e04b78064c9c.tar.gz
ports-e1b2a68994f43f4396613d64bc83e04b78064c9c.zip
deskutils/plasma5-xdg-desktop-portal-kde: pet stage-qa
-rw-r--r--deskutils/plasma5-xdg-desktop-portal-kde/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/plasma5-xdg-desktop-portal-kde/Makefile b/deskutils/plasma5-xdg-desktop-portal-kde/Makefile
index 327d8945407b..1a50a4382ed0 100644
--- a/deskutils/plasma5-xdg-desktop-portal-kde/Makefile
+++ b/deskutils/plasma5-xdg-desktop-portal-kde/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xdg-desktop-portal-kde
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -7,7 +8,7 @@ COMMENT= Backend implementation for xdg-desktop-portal
LIB_DEPENDS= libwayland-client.so:graphics/wayland
-USES= cmake kde:5 qt:5 tar:xz
+USES= cmake kde:5 qt:5 tar:xz xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons i18n itemviews jobwidgets kdeclarative kio \
kirigami2 notifications package plasma-framework service solid \
@@ -16,5 +17,6 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \
USE_QT= concurrent core dbus declarative gui network printsupport \
widgets xml \
buildtools_build qmake_build
+USE_XORG= x11
.include <bsd.port.mk>