[Bug 291364] graphics/blender: enable materialx
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 291364] graphics/blender: enable materialx"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Feb 2026 02:00:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291364
--- Comment #13 from Vladimir Druzenko <vvd@FreeBSD.org> ---
PREFIX => LOCALBASE in graphics/blender/Makefile:
-MATERIALX_CMAKE_ON=
-DMaterialX_DIR:STRING=${PREFIX}/lib/cmake/MaterialX \
-
-DMATERIALX_STDLIB_DIR:STRING=${PREFIX}/share/materialx \
+MATERIALX_CMAKE_ON=
-DMaterialX_DIR:STRING=${LOCALBASE}/lib/cmake/MaterialX \
+
-DMATERIALX_STDLIB_DIR:STRING=${LOCALBASE}/share/materialx \
--
You are receiving this mail because:
You are the assignee for the bug.