diff options
Diffstat (limited to 'security/p5-openxpki/Makefile')
-rw-r--r-- | security/p5-openxpki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile index 6d48f89..973ff2c 100644 --- a/security/p5-openxpki/Makefile +++ b/security/p5-openxpki/Makefile @@ -114,7 +114,7 @@ post-stage: .include <bsd.port.pre.mk> -.if defined(WITH_OPENSSL_PORT) && defined(OPENSSL_PORT) && ${OPENSSL_PORT} == security/libressl +.if ${SSL_DEFAULT} == libressl IGNORE= this version of OpenXPKI is not fully functional with LibreSSL library, use OpenSSL instead .endif |