diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:51:34 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:51:34 +0000 |
commit | 4d4de2ef0ceb029ef39f07ad7d35ff2fff0841e4 (patch) | |
tree | 4abe3d323efd8dc5d32be7b9249900d131108653 | |
parent | 3670465e0e863c14355e6ed054bcddd39d65d56d (diff) |
graphics/blender: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/blender/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index c894e9377503..648f78d193ca 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYNUMPY} # 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 \ +USES= cmake compiler:c++14-lang cpe gl gnome jpeg python:3.8 shebangfix \ tar:xz xorg USE_XORG= x11 xext xfixes xmu xrender USE_GL= gl glu glew |