mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Correct name for ARCH test (amd64 not amd).
This commit is contained in:
parent
196d607402
commit
f08cad6ddb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201958
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue