diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:54 +0000 |
commit | e51bbb58a4c6768d011c6b5ec5e74fd757f85e57 (patch) | |
tree | 1854068f339c180ccfac6a1304765861eb2e85fc /security/softhsm2 | |
parent | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (diff) | |
download | ports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.tar.gz ports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.zip |
Notes
Diffstat (limited to 'security/softhsm2')
-rw-r--r-- | security/softhsm2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile index 63426f3985d0..81b379ee7320 100644 --- a/security/softhsm2/Makefile +++ b/security/softhsm2/Makefile @@ -35,7 +35,7 @@ OPTIONS_DEFAULT= CRYP_OPEN CRYP_BOTAN_CONFIGURE_ON= --with-crypto-backend=botan CRYP_BOTAN_LIB_DEPENDS= libbotan-1.10.so:security/botan110 -CRYP_OPEN_USE= openssl=yes +CRYP_OPEN_USES= ssl CRYP_OPEN_CONFIGURE_ON= --with-crypto-backend=openssl .include <bsd.port.options.mk> |