summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-25 00:41:28 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-25 00:41:28 +0000
commitf08cad6ddb806036ef081cae0e94a3af2a68bf1a (patch)
tree5345e084d425c0439fed470468aee3ea67eb6866 /games
parentMark as broken on amd64-7 (and, presumably, sparc64-7). (diff)
Correct name for ARCH test (amd64 not amd).
Notes
Notes: svn path=/head/; revision=201958
Diffstat (limited to 'games')
-rw-r--r--games/hex-a-hop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hex-a-hop/Makefile b/games/hex-a-hop/Makefile
index 347308159f74..b375cf20aeee 100644
--- a/games/hex-a-hop/Makefile
+++ b/games/hex-a-hop/Makefile
@@ -16,7 +16,7 @@ MASTER_SITES= http://ftp.bishopston.net/freebsd/distfiles/ \
MAINTAINER= jamie@bishopston.net
COMMENT= A puzzle game based on hexagonal tiles
-NOT_FOR_ARCHS= amd sparc64
+NOT_FOR_ARCHS= amd64 sparc64
NOT_FOR_ARCHS_REASON_amd64= Probably an easy fix, but I've no access to an amd64 machine. Offers of help appreciated!
NOT_FOR_ARCHS_REASON_sparc64= Probably an easy fix, but I've no access to an sparc64 machine. Offers of help appreciated!