diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:02:25 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 22:05:59 +0300 |
commit | e1b2a68994f43f4396613d64bc83e04b78064c9c (patch) | |
tree | fdb4e15d5cf8f22c26a453ffde39be895de5a0e1 /deskutils/plasma5-xdg-desktop-portal-kde/Makefile | |
parent | deskutils/plasma5-sddm-kcm: pet stage-qa (diff) |
deskutils/plasma5-xdg-desktop-portal-kde: pet stage-qa
Diffstat (limited to '')
-rw-r--r-- | deskutils/plasma5-xdg-desktop-portal-kde/Makefile | 4 |
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> |