aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-07-18 13:57:12 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-07-18 13:58:29 +0000
commit395942b1e221ae6ae056add36a7c39d186b0faa4 (patch)
treefafa78b5859e5758e01169c2456fed7fff41b125
parent5924d50e9461f27034840c6a4b60a74557fed604 (diff)
downloadports-395942b1e221ae6ae056add36a7c39d186b0faa4.tar.gz
ports-395942b1e221ae6ae056add36a7c39d186b0faa4.zip
sysutils/u-boot-master: Test for broken u-boot only if FAMILY is defined
Otherwise the u-boot-master metaport throw an error. Reported by: dvl Fixes: ebfb1beaef02d
-rw-r--r--sysutils/u-boot-master/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile
index 6d9405808933..7a6ebf06456d 100644
--- a/sysutils/u-boot-master/Makefile
+++ b/sysutils/u-boot-master/Makefile
@@ -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>