Mark BROKEN on 4.x.

Reported by:		pointyhat via kris
This commit is contained in:
Roman Bogorodskiy 2006-08-08 18:16:07 +00:00
parent b1ca1cce2a
commit 0fd89f99d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170138

View file

@ -19,4 +19,10 @@ INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/
.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>