mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Mark BROKEN on 6.X
Reported by: pointyhat
This commit is contained in:
parent
62b70a85de
commit
512060a058
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248772
1 changed files with 7 additions and 1 deletions
|
@ -20,10 +20,16 @@ USE_DOS2UNIX= YES
|
||||||
|
|
||||||
PLIST_FILES= include/asm-xml.h lib/libasm-xml.a
|
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:
|
post-extract:
|
||||||
${RM} -rf ${WRKSRC}/obj
|
${RM} -rf ${WRKSRC}/obj
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue