aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-17 22:04:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-12-17 22:11:24 +0000
commitae1e7214c885fbc2765d4d82873f0808bcaa1da3 (patch)
tree19cad4737479be30178466a2939dfa53ec2f486c /x11
parent8690d2d27c7d41f2039c7d643a0e68059f406085 (diff)
downloadports-ae1e7214c885fbc2765d4d82873f0808bcaa1da3.tar.gz
ports-ae1e7214c885fbc2765d4d82873f0808bcaa1da3.zip
Diffstat (limited to 'x11')
-rw-r--r--x11/xdg-desktop-portal-hyprland/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile
index 359e2e7286a9..fefe21999457 100644
--- a/x11/xdg-desktop-portal-hyprland/Makefile
+++ b/x11/xdg-desktop-portal-hyprland/Makefile
@@ -18,7 +18,12 @@ LIB_DEPENDS= libbasu.so:devel/basu \
libwayland-client.so:graphics/wayland \
libpipewire-0.3.so:multimedia/pipewire
RUN_DEPENDS= grim:x11/grim \
- hyprland-share-picker:x11/hyprland-share-picker
+ hyprland-share-picker:x11/hyprland-share-picker@${FLAVOR}
+
+FLAVORS= qt5 qt6
+qt5_CONFLICTS_INSTALL= ${PORTNAME}-qt6
+qt6_CONFLICTS_INSTALL= ${PORTNAME}
+qt6_PKGNAMESUFFIX= -qt6
USES= compiler:c11 gl meson pkgconfig
USE_GITHUB= yes