security/titus: Mark broken with base openssl on < FreeBSD 12

MFH:		2020Q4
This commit is contained in:
Mark Felder 2020-11-21 19:03:54 +00:00
parent 600461317a
commit 69e814771d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556013

View File

@ -27,6 +27,10 @@ MAKE_ENV+= MANDIR=${MANPREFIX}/man
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_11= Requires OpenSSL 1.1.0+
.endif
.if ${SSL_DEFAULT} != base .if ${SSL_DEFAULT} != base
CFLAGS+= -I${OPENSSLINC} CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB} LDFLAGS+= -L${OPENSSLLIB}