aboutsummaryrefslogtreecommitdiff
path: root/security/softhsm2/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:54 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:54 +0000
commite51bbb58a4c6768d011c6b5ec5e74fd757f85e57 (patch)
tree1854068f339c180ccfac6a1304765861eb2e85fc /security/softhsm2/Makefile
parenta28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (diff)
downloadports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.tar.gz
ports-e51bbb58a4c6768d011c6b5ec5e74fd757f85e57.zip
Notes
Diffstat (limited to 'security/softhsm2/Makefile')
-rw-r--r--security/softhsm2/Makefile2
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>