Author :
kn
Date :
2022-08-01 00:06:57
Hash :fafa88ca Message :Make sure OpenSC gets actually installed as dependency
Both ports dlopen(3) opensc-pkcs11.so, but since this unversioned library
is not registered in WANTLIB, LIB_DEPENDS += security/opensc won't be
turned into a RNU_DEPENDS and thus remains a mere BUILD_DEPENDS.
Turn LIB_ into BUILD_ + RUN_DEPENDS to match reality.
Noticed on a fresh install.