diff --git a/graphics/openpgl/Makefile b/graphics/openpgl/Makefile --- a/graphics/openpgl/Makefile +++ b/graphics/openpgl/Makefile @@ -16,7 +16,8 @@ ONLY_FOR_ARCHS= amd64 armv6 armv7 ONLY_FOR_ARCHS_REASON= requires supported SIMD ISA -LIB_DEPENDS= libembree3.so:graphics/embree +LIB_DEPENDS= libembree3.so:graphics/embree \ + libtbb.so:devel/onetbb USES= cmake compiler:c++11-lib USE_LDCONFIG= yes @@ -24,12 +25,4 @@ USE_GITHUB= yes GH_ACCOUNT= OpenPathGuidingLibrary -OPTIONS_DEFINE= TBB -OPTIONS_DEFAULT= TBB - -TBB_DESC= Use Intels TBB instead of openMP -# we disable TBB by enabling use of OpenMP -TBB_CMAKE_BOOL_OFF= OPENPGL_USE_OMP_THREADING -TBB_LIB_DEPENDS= libtbb.so:devel/onetbb - .include