git: 6606ac06577b - main - net/freerdp: fix dependency from libpcsclite.so
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Apr 2024 16:34:05 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=6606ac06577bbfbd6b5a90cb0e4a13bd4bb7fa1e commit 6606ac06577bbfbd6b5a90cb0e4a13bd4bb7fa1e Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-04-30 16:26:20 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-04-30 16:26:20 +0000 net/freerdp: fix dependency from libpcsclite.so libpcsclite.so is not dynamically linked - it loaded in runtime. Option PCSC isn't default. --- net/freerdp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index d89807fd3497..efee7ce8e924 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -115,7 +115,7 @@ OPENH264_LIB_DEPENDS= libopenh264.so:multimedia/openh264 OPENH264_CMAKE_BOOL= WITH_OPENH264 # LoadLibraryA("libpcsclite.so") -PCSC_LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite +PCSC_RUN_DEPENDS= ${LOCALBASE}/lib/libpcsclite.so:devel/pcsc-lite PCSC_CMAKE_BOOL= WITH_PCSC PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio