diff options
Diffstat (limited to 'graphics/ospray/Makefile')
-rw-r--r-- | graphics/ospray/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/ospray/Makefile b/graphics/ospray/Makefile index eb788a006376..19dbcc639945 100644 --- a/graphics/ospray/Makefile +++ b/graphics/ospray/Makefile @@ -6,11 +6,14 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Ray tracing based rendering engine for high-fidelity visualization -WWW= https://www.ospray.org/ +WWW= https://www.ospray.org/ \ + https://github.com/RenderKit/ospray LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN= expects embree to be compiled with EMBREE_GEOMETRY_INSTANCE=ON + BUILD_DEPENDS= ispc:devel/ispc LIB_DEPENDS= libbenchmark.so:devel/benchmark \ libembree3.so:graphics/embree3 \ |