BROKEN: Does not build on 5.0

This commit is contained in:
Kris Kennaway 2002-12-01 23:58:08 +00:00
parent b0a4a1243f
commit 7f795bc3f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71283

View file

@ -18,4 +18,10 @@ BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell
MAN1= conjugue.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "Does not build on 5.0"
.endif
.include <bsd.port.post.mk>