1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mark as broken on 5.x: fails to install.

Approved by:	portmgr (self)
This commit is contained in:
Mark Linimon 2007-11-25 01:04:10 +00:00
parent a0da4e3c76
commit 639f248e23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202832

View File

@ -32,4 +32,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/${PORTNAME}/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
BROKEN= Fails to compile
.endif
.include <bsd.port.post.mk>