diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-25 08:41:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-25 08:41:28 +0800 |
commit | f74e9aeaafeeef14afdb9d9bf5056e1955716324 (patch) | |
tree | 010455e3450dc42903657edaff94bebed8c0c63a /games | |
parent | 774326d25e3beb0f5f56e0d80b6ad11010041f9a (diff) | |
download | freebsd-ports-gnome-f74e9aeaafeeef14afdb9d9bf5056e1955716324.tar.gz freebsd-ports-gnome-f74e9aeaafeeef14afdb9d9bf5056e1955716324.tar.zst freebsd-ports-gnome-f74e9aeaafeeef14afdb9d9bf5056e1955716324.zip |
Correct name for ARCH test (amd64 not amd).
Diffstat (limited to 'games')
-rw-r--r-- | games/hex-a-hop/Makefile | 2 |
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! |