Mark BROKEN on base too.

This commit is contained in:
Mathieu Arnold 2018-12-18 08:39:29 +00:00
parent f8bedbaf86
commit e3e0cc046c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487734

View File

@ -26,4 +26,10 @@ USES= perl5 ssl
USE_PERL5= configure
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
BROKEN= Does not support OpenSSL 1.1
.endif
.include <bsd.port.mk>