- Mark broken on 4.x

Reported by:	pointyhat via kris
This commit is contained in:
Andrew Pantyukhin 2006-09-01 08:43:42 +00:00
parent 355197a3b8
commit 06dd004209
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171792

View File

@ -28,4 +28,10 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.endif
.include <bsd.port.post.mk>