git: 97a0b5ecc988 - main - net/freerdp3: fix dependency from libpcsclite.so
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Apr 2024 16:34:53 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=97a0b5ecc988b9c19d9e7bc99ae2f593ba0e730f commit 97a0b5ecc988b9c19d9e7bc99ae2f593ba0e730f Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-04-30 16:34:26 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-04-30 16:34:26 +0000 net/freerdp3: fix dependency from libpcsclite.so libpcsclite.so is not dynamically linked - it loaded in runtime. Option PCSC isn't default. --- net/freerdp3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/freerdp3/Makefile b/net/freerdp3/Makefile index e954a2f512b6..7017dc74b70b 100644 --- a/net/freerdp3/Makefile +++ b/net/freerdp3/Makefile @@ -132,7 +132,7 @@ OPUS_LIB_DEPENDS= libopus.so:audio/opus OPUS_CMAKE_BOOL= WITH_OPUS # 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 PKCS11_BUILD_DEPENDS= ${LOCALBASE}/include/pkcs11-helper-1.0/pkcs11.h:security/pkcs11-helper