diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-29 15:50:36 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-29 15:50:36 +0000 |
| commit | 9950e1efee6829e3bfdfb987a48d1f82f7e77cad (patch) | |
| tree | ccd56c5080063025caea96179eb619616a946e50 /misc | |
| parent | dc75ca0f2aaea02486eb9dfee101eb5db2880a02 (diff) | |
Notes
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/seabios/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
