diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2021-04-10 23:36:11 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2021-04-12 00:33:39 +0000 |
commit | 0440ba7ebb752df5fd351b051229a1fe8427543c (patch) | |
tree | df96fef8dd52cbf79041531b46f7ec61e5ff2b96 /misc/openvdb/Makefile | |
parent | 309ccb9a4c5f4a15c7cb75ba2c826365bb146865 (diff) | |
download | ports-0440ba7ebb752df5fd351b051229a1fe8427543c.tar.gz ports-0440ba7ebb752df5fd351b051229a1fe8427543c.zip |
Diffstat (limited to 'misc/openvdb/Makefile')
-rw-r--r-- | misc/openvdb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile index 48523f2e7ada..91d35694f066 100644 --- a/misc/openvdb/Makefile +++ b/misc/openvdb/Makefile @@ -1,7 +1,7 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v DISTVERSION= 8.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libblosc.so:archivers/c-blosc \ libboost_system.so:devel/boost-libs \ - libHalf.so:graphics/ilmbase \ + libImath.so:math/Imath \ libtbb.so:devel/tbb USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig @@ -38,7 +38,7 @@ TOOLS_DESC= Build CLI tools TOOLS_CMAKE_BOOL= OPENVDB_BUILD_BINARIES OPENVDB_BUILD_VDB_LOD \ OPENVDB_BUILD_VDB_RENDER OPENVDB_BUILD_VDB_VIEW TOOLS_LIB_DEPENDS= libglfw.so:graphics/glfw \ - libIlmImf.so:graphics/openexr + libOpenEXR.so:graphics/openexr TOOLS_USES= gl xorg TOOLS_USE= GL=gl,glu XORG=ice,sm,x11,xcursor,xext,xi,xinerama,xrandr,xxf86vm |