aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-21 17:48:37 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-12-21 17:57:16 +0000
commit3d094d4f8ffeb9629a9a3fe9b5fc6f48e0166f49 (patch)
tree18aa5714cd4e1b0a1252333e734fc88fb08fb544
parent5bfbc3b29a489b248089e6b1d722b3157eafd6ee (diff)
downloadports-3d094d4f8ffeb9629a9a3fe9b5fc6f48e0166f49.tar.gz
ports-3d094d4f8ffeb9629a9a3fe9b5fc6f48e0166f49.zip
net/freerdp: limit wayland category to WAYLAND option
-rw-r--r--net/freerdp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile
index 53e411740ba4..b1ac311b8771 100644
--- a/net/freerdp/Makefile
+++ b/net/freerdp/Makefile
@@ -1,7 +1,7 @@
PORTNAME= freerdp
DISTVERSION= 2.8.1
PORTREVISION= 1
-CATEGORIES= net comms wayland
+CATEGORIES= net comms
MASTER_SITES= https://pub.freerdp.com/releases/ \
https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/
@@ -126,6 +126,7 @@ SWSCALE_LIB_DEPENDS= libswscale.so:multimedia/ffmpeg
SWSCALE_CMAKE_BOOL= WITH_SWSCALE
WAYLAND_DESC= Build FreeRDP Wayland client
+WAYLAND_CATEGORIES= wayland
WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libwayland-cursor.so:graphics/wayland \