Mark broken on 11.x

This commit is contained in:
Dmitry Marakasov 2015-02-01 20:33:48 +00:00
parent 26c9dc3ec2
commit fd4d6f4bfe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378273

View File

@ -15,7 +15,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -DWITH_SCPROTECT_LIST
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1100000
BROKEN= does not build on 11.x
.endif
post-extract:
@cd ${WRKSRC}/kmod && ${RM} -f machine
.include <bsd.port.mk>
.include <bsd.port.post.mk>