1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
This commit is contained in:
Antoine Brodin 2019-04-06 19:34:34 +00:00
parent 88a7cda9bd
commit dfc91000a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498172

View File

@ -20,4 +20,11 @@ LDFLAGS+= -L${OPENSSLLIB}
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}.0
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= Your OpenSSL headers do not match your library
BROKEN_FreeBSD_13= Your OpenSSL headers do not match your library
.endif
.include <bsd.port.post.mk>