aboutsummaryrefslogtreecommitdiff
path: root/security/softhsm2
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-11-10 10:09:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-11-10 10:09:48 +0000
commit35326f1a9714f76f3671b263a47134133258ec1b (patch)
treeec00e643384652d97e7643f40c6342bff01bff0b /security/softhsm2
parent532b7359be003bf854d62cb7aaccdee30cc43d18 (diff)
downloadports-35326f1a9714f76f3671b263a47134133258ec1b.tar.gz
ports-35326f1a9714f76f3671b263a47134133258ec1b.zip
security/openssl-devel was removed, but there is a security/openssl111 now.
Notes
Notes: svn path=/head/; revision=484599
Diffstat (limited to 'security/softhsm2')
-rw-r--r--security/softhsm2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile
index b13e16ab5dc4..15f7aba327ed 100644
--- a/security/softhsm2/Makefile
+++ b/security/softhsm2/Makefile
@@ -52,11 +52,7 @@ CRYP_OPEN_CONFIGURE_ON= --with-crypto-backend=openssl
.include <bsd.port.options.mk>
-.if ${SSL_DEFAULT:Mlibressl*} || ${SSL_DEFAULT:Mopenssl-devel}
-CONFIGURE_ARGS+= --disable-gost
-.endif
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
+.if ${SSL_DEFAULT:Mlibressl*} || ${SSL_DEFAULT:Mopenssl111}
CONFIGURE_ARGS+= --disable-gost
.endif