Mark broken on non-i386, per bento logs.
This commit is contained in:
parent
b6079937f4
commit
97603ad174
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91717
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The Scheme Underground's implementation of R4RS
|
||||
|
||||
.if ${MACHINE_ARCH} != i386
|
||||
BROKEN= "fails to install on ${ARCH}"
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
ALL_TARGET= enough
|
||||
STRIP=
|
||||
|
|
Loading…
Reference in a new issue