- Mark BROKEN on 6.x

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-12-20 13:39:22 +00:00
parent 73df9cc270
commit 55678ae39b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246292

View file

@ -52,6 +52,12 @@ CMAKE2INST= ParaViewConfig.cmake \
ParaViewLibraryDepends.cmake cmake_install.cmake
LIB_INSTDIR= ${PREFIX}/lib/${PORTNAME}-${PORTVERSION:R}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not build on 6.x
.endif
post-extract:
${MKDIR} ${WRKSRC}
@ -64,4 +70,4 @@ post-install:
${INSTALL_DATA} ${PATCH_WRKSRC}/ParaViewUse.cmake \
${PREFIX}/lib/${PORTNAME}-${PORTVERSION:R}
.include <bsd.port.mk>
.include <bsd.port.post.mk>