security/p5-openxpki: IGNORE for libressl-devel as well as libressl
Setting SSL_DEFAULT=libressl-devel should have the same effect as setting it to "libressl", so enable that behavior. Approved by: SSL blanket
This commit is contained in:
parent
d1a8bdcf64
commit
4219235763
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421978
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ post-stage:
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == libressl
|
||||
.if ${SSL_DEFAULT:Mlibressl*}
|
||||
IGNORE= this version of OpenXPKI is not fully functional with LibreSSL library, use OpenSSL instead
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue