Mark broken on current.
This commit is contained in:
parent
7f16eaa6e9
commit
aa4301615c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168783
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@ BOOTSTRAP_TARGET= stage1
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "fails to install on ${ARCH}"
|
||||
BROKEN= fails to install on ${ARCH}
|
||||
.endif
|
||||
.if ${OSVERSION} >= 700000
|
||||
BROKEN= fails to install on 7.X
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
|
Loading…
Reference in a new issue