Lines 64-70
Link Here
|
64 |
|
64 |
|
65 |
.if ${PORT_OPTIONS:MSOFTHSM} |
65 |
.if ${PORT_OPTIONS:MSOFTHSM} |
66 |
CONFIGURE_ARGS+= --with-softhsm |
66 |
CONFIGURE_ARGS+= --with-softhsm |
67 |
CONFIGURE_ARGS+= --with-pkcs11-softhsm=${LOCALBASE}/lib/libsofthsm.so |
67 |
CONFIGURE_ARGS+= --with-pkcs11-softhsm=${LOCALBASE}/lib/softhsm/libsofthsm.so |
68 |
RUN_DEPENDS+= softhsm>=1.2.0:${PORTSDIR}/security/softhsm |
68 |
RUN_DEPENDS+= softhsm>=1.2.0:${PORTSDIR}/security/softhsm |
69 |
.endif |
69 |
.endif |
70 |
|
70 |
|