diff options
Diffstat (limited to 'misc/openvdb/Makefile')
-rw-r--r-- | misc/openvdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openvdb/Makefile b/misc/openvdb/Makefile index d0ff27883fbb..e4c948369d49 100644 --- a/misc/openvdb/Makefile +++ b/misc/openvdb/Makefile @@ -1,7 +1,7 @@ PORTNAME= openvdb DISTVERSIONPREFIX= v DISTVERSION= 12.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libblosc.so:archivers/c-blosc \ - libboost_system.so:devel/boost-libs \ + libboost_iostreams.so:devel/boost-libs \ libImath.so:math/Imath \ libtbb.so:devel/onetbb TEST_DEPENDS= googletest>0:devel/googletest |