- Mark BROKEN on 6.X

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-01-23 14:40:48 +00:00
parent 8b48afabe3
commit ce7609b56d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248413

View file

@ -28,4 +28,10 @@ ACLOCAL_ARGS= -I macros -I ${LOCALBASE}/share/aclocal
CONFIGURE_ENV= ac_cv_c_inline=no
USE_LDCONFIG= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
.include <bsd.port.post.mk>