diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 355cfa54a388..38688dd33edb 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -2,7 +2,7 @@ PORTNAME= blender DISTVERSION= 2.91.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics multimedia MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ @@ -20,14 +20,15 @@ NOT_FOR_ARCHS_REASON= uses 64bit atomic functions BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ - libboost_regex.so:devel/boost-libs + libboost_regex.so:devel/boost-libs \ + libtbb.so:devel/tbb RUN_DEPENDS= ${PYNUMPY} # libboost_regex.so just acts as a placeholder; several boost # libraries are used, if either of the most common options in blender # are set. We will pull boost in just to be on the safe side. -USES= cmake compiler:c++14-lang gl gnome jpeg python:3.8 shebangfix \ - tar:xz xorg +USES= cmake compiler:c++14-lang desktop-file-utils gl gnome jpeg \ + python:3.8 shebangfix tar:xz xorg USE_XORG= x11 xext xfixes xmu xrender USE_GL= gl glu glew