1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Mark BROKEN on 4.X.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2006-02-14 18:32:57 +00:00
parent 8c17111cd7
commit 40e8d0df79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156052

View File

@ -31,4 +31,10 @@ post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not build on 4.X
.endif
.include <bsd.port.post.mk>