- Mark BROKEN on 6.X

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-01-28 22:43:51 +00:00
parent 62b70a85de
commit 512060a058
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248772

View File

@ -20,10 +20,16 @@ USE_DOS2UNIX= YES
PLIST_FILES= include/asm-xml.h lib/libasm-xml.a
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not build on 6.X
.endif
post-extract:
${RM} -rf ${WRKSRC}/obj
post-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
.include <bsd.port.mk>
.include <bsd.port.post.mk>