diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 21:16:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 21:16:51 +0000 |
commit | 2cb70e7e216872f160479e688dfd9669d75f093e (patch) | |
tree | a92c18f38b9a8f2d97eec2388bf9e385af7fa074 /games/xoids | |
parent | 4734e25a318bb23039d75d1fb9dbc1b9a8f20923 (diff) | |
download | ports-2cb70e7e216872f160479e688dfd9669d75f093e.tar.gz ports-2cb70e7e216872f160479e688dfd9669d75f093e.zip |
Notes
Diffstat (limited to 'games/xoids')
-rw-r--r-- | games/xoids/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/xoids/Makefile b/games/xoids/Makefile index 8fd94af7e34e..246ec63ef050 100644 --- a/games/xoids/Makefile +++ b/games/xoids/Makefile @@ -10,6 +10,10 @@ MASTER_SITES= XCONTRIB/games MAINTAINER= ports@FreeBSD.org COMMENT= X Window Asteroids style game with full color pixmaps +BROKEN_armv6= dumps core: Unknown addressing mode for CP reference! +NOT_FOR_ARCHS= mips64 +NOT_FOR_ARCHS_REASON= unknown architecture + USES= imake USE_XORG= xpm |