aboutsummaryrefslogtreecommitdiff
path: root/security/softhsm2
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2020-01-01 17:30:19 +0000
committerBernard Spil <brnrd@FreeBSD.org>2020-01-01 17:30:19 +0000
commit6088c33ba5209e3fc9615b72f60d4266f23a3f60 (patch)
tree28ac653ff7f7a6872e4348fbd7af50c0d9ab51bd /security/softhsm2
parent0467bf077e4e2f95bac208f319ba276a750791c3 (diff)
downloadports-6088c33ba5209e3fc9615b72f60d4266f23a3f60.tar.gz
ports-6088c33ba5209e3fc9615b72f60d4266f23a3f60.zip
Chase rename of security/openssl111
- Categories n-z MFH: 2020Q1
Notes
Notes: svn path=/head/; revision=521749
Diffstat (limited to 'security/softhsm2')
-rw-r--r--security/softhsm2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile
index 04c83bd25f86..56fe44d4bd6e 100644
--- a/security/softhsm2/Makefile
+++ b/security/softhsm2/Makefile
@@ -52,7 +52,7 @@ CRYP_OPEN_CONFIGURE_ON= --with-crypto-backend=openssl --with-openssl=${OPENSSLBA
.include <bsd.port.options.mk>
-.if ${SSL_DEFAULT:Mlibressl*} || ${SSL_DEFAULT:Mopenssl111}
+.if ${SSL_DEFAULT:Mlibressl*} || ${SSL_DEFAULT:Mopenssl}
CONFIGURE_ARGS+= --disable-gost
.endif