git: 98ff4b431afe - 2025Q1 - net/xrdp-devel: Fix FUSE dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jan 2025 04:40:47 UTC
The branch 2025Q1 has been updated by meta:
URL: https://cgit.FreeBSD.org/ports/commit/?id=98ff4b431afebcaeea04c4b8c71d8911aab5d290
commit 98ff4b431afebcaeea04c4b8c71d8911aab5d290
Author: Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2025-01-06 04:32:25 +0000
Commit: Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2025-01-06 04:40:17 +0000
net/xrdp-devel: Fix FUSE dependency
Upstream requires FUSE 3 now.
PR: 283843
Reported by: Harald Schmalzbauer <bugzilla.freebsd@omnilan.de>
(cherry picked from commit f756f642712be7dab5fb011fdfc837855fb3bf56)
---
net/xrdp-devel/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/xrdp-devel/Makefile b/net/xrdp-devel/Makefile
index 344f19343357..b25f12610e21 100644
--- a/net/xrdp-devel/Makefile
+++ b/net/xrdp-devel/Makefile
@@ -67,7 +67,7 @@ OPUS_DESC= Enable Opus for audio redirection
DEBUG_CONFIGURE_ENABLE= devel-debug devel-logging
FDKAAC_LIB_DEPENDS= libfdk-aac.so:audio/fdk-aac
FDKAAC_CONFIGURE_ENABLE= fdkaac
-FUSE_USES= fuse
+FUSE_USES= fuse:3
FUSE_CONFIGURE_ENABLE= fuse
IPV6_CONFIGURE_ENABLE= ipv6
MP3LAME_LIB_DEPENDS= libmp3lame.so:audio/lame