From 9950e1efee6829e3bfdfb987a48d1f82f7e77cad Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 29 Nov 2016 15:50:36 +0000 Subject: [PATCH] Change from broken on only one tier-2 to ONLY_FOR. It fails to build on armv6 and sparc64 as well, and probably does not even apply. Approved by: portmgr (tier-2 blanket) --- misc/seabios/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/seabios/Makefile b/misc/seabios/Makefile index 80e15388646e..9678edb71dbb 100644 --- a/misc/seabios/Makefile +++ b/misc/seabios/Makefile @@ -11,7 +11,8 @@ COMMENT= Open source implementation of a 16bit X86 BIOS LICENSE= LGPL3 -BROKEN_powerpc64= Does not build +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= specific to x86 USES= gmake python:build