diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-05-21 00:59:34 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-05-21 01:03:57 +0000 |
commit | 166e84223af4a3c49f707311480f53828c6531cd (patch) | |
tree | 07b68641aacd41814d302dff8835e8202a04b42d | |
parent | 662a3422efa992ae39413b63bdab26acde737b78 (diff) | |
download | ports-166e84223af4a3c49f707311480f53828c6531cd.tar.gz ports-166e84223af4a3c49f707311480f53828c6531cd.zip |
graphics/blender-lts29: drop unused variable after 2c672a4de941
Reported by: portscan, portlint
-rw-r--r-- | graphics/blender-lts29/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/blender-lts29/Makefile b/graphics/blender-lts29/Makefile index 434eb72a8425..5a2b1eadf526 100644 --- a/graphics/blender-lts29/Makefile +++ b/graphics/blender-lts29/Makefile @@ -33,7 +33,6 @@ USES= cmake compiler:c++17-lang cpe gl jpeg python:3.9 shebangfix \ USE_XORG= x11 xext xfixes xmu xrender USE_GL= gl glu glew -INSTALLS_ICONS= yes CMAKE_OFF= WITH_PYTHON_INSTALL \ WITH_PYTHON_INSTALL_NUMPY WITH_INSTALL_PORTABLE \ WITH_CYCLES_LOGGING |