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.