Mark BROKEN on HEAD: does not build

Feature safe:	yes
This commit is contained in:
Erwin Lansing 2011-01-28 16:59:35 +00:00
parent dbe94a355e
commit 64a809dafe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268337

View File

@ -31,4 +31,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>