diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-20 13:39:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-20 13:39:22 +0000 |
commit | 55678ae39b46e1311c92d9fcc30287d188a695d9 (patch) | |
tree | f07319450a8d3542b948aa2b8ecc50c7c59eaa87 /science | |
parent | 73df9cc270455b6756ca214c1a012ccb0ca1ddc2 (diff) |
- Mark BROKEN on 6.x
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=246292
Diffstat (limited to 'science')
-rw-r--r-- | science/paraview/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 6f7de933c733..23350b7cc49f 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -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> |