MFH: r498190

Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-04-06 19:54:30 +00:00
parent f3521a16f9
commit 95fd3474de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=498191

View File

@ -145,6 +145,11 @@ python_CMD= ${LOCALBASE}/bin/python2.7
.include <bsd.port.options.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= storage size of 'ctx' isn't known
BROKEN_FreeBSD_13= storage size of 'ctx' isn't known
.endif
.if ${PORT_OPTIONS:MHTTP}
EXTRA_MODULES+= httpd
.endif