1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

net/freerdp3: fix dependency from libpcsclite.so

libpcsclite.so is not dynamically linked - it loaded in runtime.
Option PCSC isn't default.
This commit is contained in:
Vladimir Druzenko 2024-04-30 19:34:26 +03:00
parent 6606ac0657
commit 97a0b5ecc9

View File

@ -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