- Mark BROKEN on 6.x
Reported by: pointyhat
This commit is contained in:
parent
73df9cc270
commit
55678ae39b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246292
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue