1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mark as broken on i386-7.

This commit is contained in:
Mark Linimon 2007-10-04 20:52:39 +00:00
parent 4046663712
commit e5b7f42722
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200853

View File

@ -23,8 +23,14 @@ PLIST_FILES= bin/opensched
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "i386"
BROKEN= Does not install
.endif
.endif
.if ${ARCH} == "alpha"
BROKEN= "Does not compile"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>