diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:49:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:49:37 +0000 |
commit | b10c21b547651b67d7cb2cfc2411c3ec15fb2fbb (patch) | |
tree | 51f94c8a38f2bd3a0524b5df142b462ceef64daa /games/blinkensisters | |
parent | 20f4e7537a633257aa19c9fb41cd7511f0a813ad (diff) |
Notes
Diffstat (limited to 'games/blinkensisters')
-rw-r--r-- | games/blinkensisters/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/blinkensisters/Makefile b/games/blinkensisters/Makefile index c79de227eb7a..52e050536e0a 100644 --- a/games/blinkensisters/Makefile +++ b/games/blinkensisters/Makefile @@ -32,6 +32,10 @@ OPTIONS= ADDONS "Install addons (~200 MB download size)" off \ .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + .if defined(WITH_ADDONS) DISTNAME= LostPixels-${PORTVERSION}-source-with-addons PKGNAMESUFFIX= -with-addons |