1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Mark BROKEN on 9.x

This commit is contained in:
Erwin Lansing 2009-10-20 16:25:09 +00:00
parent bcbd5fa0ae
commit c58806c25f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243115
2 changed files with 14 additions and 2 deletions

View File

@ -23,4 +23,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
pre-patch:
@${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>

View File

@ -23,4 +23,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
pre-patch:
@${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>