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:
John Marino 2016-09-13 05:09:17 +00:00
parent d1a8bdcf64
commit 4219235763
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421978

View file

@ -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