aboutsummaryrefslogtreecommitdiff
path: root/textproc/libucl
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2020-01-01 17:30:19 +0000
committerBernard Spil <brnrd@FreeBSD.org>2020-01-01 17:30:19 +0000
commit6088c33ba5209e3fc9615b72f60d4266f23a3f60 (patch)
tree28ac653ff7f7a6872e4348fbd7af50c0d9ab51bd /textproc/libucl
parent0467bf077e4e2f95bac208f319ba276a750791c3 (diff)
downloadports-6088c33ba5209e3fc9615b72f60d4266f23a3f60.tar.gz
ports-6088c33ba5209e3fc9615b72f60d4266f23a3f60.zip
Chase rename of security/openssl111
- Categories n-z MFH: 2020Q1
Notes
Notes: svn path=/head/; revision=521749
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