Skip to content

Commit

Permalink
sysutils/u-boot-master: Test for broken u-boot only if FAMILY is defined
Browse files Browse the repository at this point in the history
Otherwise the u-boot-master metaport throw an error.

Reported by:  dvl
Fixes:	      ebfb1be
  • Loading branch information
evadot committed Jul 18, 2021
1 parent 5924d50 commit 395942b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sysutils/u-boot-master/Makefile
Expand Up @@ -250,8 +250,10 @@ do-install:

.include <bsd.port.options.mk>

.if defined(FAMILY)
.if ${FAMILY} == qemu && ${OPSYS} == FreeBSD && ${OSVERSION} <= 1200000
BROKEN= Base openssl too old
.endif
.endif

.include <bsd.port.mk>

0 comments on commit 395942b

Please sign in to comment.