science/ttk: Unbreak by adding nlohmann-json build-time dependency

New version of ParaView now looks for nlohmann-json in its cmake
files that dependencies import.

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2022-11-21 07:13:59 -08:00
parent 0f801ce53a
commit 0db13510b2

View File

@ -21,6 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/functional/hash.hpp:devel/boost-libs \
utf8cpp>0:devel/utf8cpp \
websocketpp>0:devel/websocketpp \
${PY_DEPENDS}
BUILD_DEPENDS+= nlohmann-json>0:devel/nlohmann-json # is required by lib/cmake/paraview-5.11/vtk/VTK-vtk-module-find-packages.cmake:1167
LIB_DEPENDS= libcgraph.so:graphics/graphviz \
libembree3.so:graphics/embree \
libfreetype.so:print/freetype2 \