sysutils/u-boot-qemu-*: Mark broken on 11.4

Base openssl is too old for u-boot-qemu, mark both port as broken.

Reported by:	pkg-fallout
This commit is contained in:
Emmanuel Vadot 2021-07-18 14:53:27 +02:00
parent 7d4fdb5016
commit ebfb1beaef

View file

@ -248,4 +248,10 @@ do-install:
.endfor
${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${INST}/README
.include <bsd.port.options.mk>
.if ${FAMILY} == qemu && ${OPSYS} == FreeBSD && ${OSVERSION} <= 1200000
BROKEN= Base openssl too old
.endif
.include <bsd.port.mk>