- Mark BROKEN on 4.X

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2006-05-20 08:37:28 +00:00
parent a4b154b404
commit ac360c1775
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162860

View file

@ -20,8 +20,14 @@ MAKEFILE= Makefile.bsd
NOT_FOR_ARCHS= ia64
.include <bsd.port.pre.mk>
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.port.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on FreeBSD 4.X
.endif
.include <bsd.port.post.mk>