git: 3d094d4f8ffe - main - net/freerdp: limit wayland category to WAYLAND option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Dec 2022 17:58:06 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3d094d4f8ffeb9629a9a3fe9b5fc6f48e0166f49
commit 3d094d4f8ffeb9629a9a3fe9b5fc6f48e0166f49
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-21 17:48:37 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-21 17:57:16 +0000
net/freerdp: limit wayland category to WAYLAND option
---
net/freerdp/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 \