diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index 48442f118c54..6d9405808933 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -248,4 +248,10 @@ do-install: .endfor ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${INST}/README +.include + +.if ${FAMILY} == qemu && ${OPSYS} == FreeBSD && ${OSVERSION} <= 1200000 +BROKEN= Base openssl too old +.endif + .include