1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

www/lagrange: Mark BROKEN with OpenSSL versions before 1.1.1

Reported by:		pkg-fallout
Approved by:		fernape (mentor)
Differential Revision:	https://reviews.freebsd.org/D28526
This commit is contained in:
Lewis Cook 2021-02-08 16:47:14 +00:00
parent e9de2b183d
commit dc2f3db73d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564724

View File

@ -23,4 +23,10 @@ USE_SDL= sdl2
OPENSSL_LDFLAGS= -lssl -lcrypto
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} == base
BROKEN= requires at least OpenSSL version 1.1.1 to build
.endif
.include <bsd.port.post.mk>