mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
3c0bbaa33b
Detailed maintainer log: - Update graphics/blender to 2.79b - Add Alembic option to include graphics/alembic for import/export options - Modernize cmake options - Add py-numpy as a dependency now that flavours can give us the py35 version. This is expected to be in place by several addons. - Add USES=compiler:c++14-lang to build using clang50, this fixes the build on 10.4 and is already a dependency through opengl. PR: 227644 Submitted by: FreeBSD@ShaneWare.Biz (maintainer)
7 lines
152 B
Makefile
7 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
# Versions of Blender and its python dependency for use by depending ports, like add-ons
|
|
|
|
BLENDER_BL_VERSION= 2.79
|
|
BLENDER_PY_VERSION= 3.5
|