BROKEN: Does not compile on 4.x

This commit is contained in:
Kirill Ponomarev
2004-12-08 23:27:24 +00:00
parent d2040254c8
commit 8d8e5c6d35

View File

@@ -19,4 +19,10 @@ INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
MAKEFILE= ${WRKSRC}/GNUmakefile
.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>