aboutsummaryrefslogtreecommitdiff
path: root/textproc/libucl
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libucl')
-rw-r--r--textproc/libucl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libucl/Makefile b/textproc/libucl/Makefile
index 5aba9ea44571..9b29902c638a 100644
--- a/textproc/libucl/Makefile
+++ b/textproc/libucl/Makefile
@@ -54,7 +54,7 @@ UTILS_CONFIGURE_ENABLE= utils
.include <bsd.port.options.mk>
# https://github.com/vstakhov/libucl/issues/203
-.if ${PORT_OPTIONS:MSIGNATURES} && ((${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base) || ${SSL_DEFAULT} == openssl111)
+.if ${PORT_OPTIONS:MSIGNATURES} && ((${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base) || ${SSL_DEFAULT} == openssl)
BROKEN= Signatures checking support does not build with OpenSSL 1.1.1
.endif