CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/07/31 18:06:57
Modified files:
security/libdigidocpp: Makefile
security/qdigidoc4: Makefile
Log 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.