Mark BROKEN on 8: does not build after the TTY changes.

This commit is contained in:
Erwin Lansing 2008-12-21 15:24:25 +00:00
parent 3af64e3932
commit f64cdf4c66

View file

@ -65,4 +65,10 @@ do-install:
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800045
BROKEN= does not build
.endif
.include <bsd.port.post.mk>