diff --git a/blender/Makefile b/blender/Makefile index 5c2e4cfc3170d10d75bcba761fae7bf73be33fa4..3f658942286a1dabee1a1454330886f0b27544a9 100644 --- a/blender/Makefile +++ b/blender/Makefile @@ -29,6 +29,8 @@ MAINTAINER= openrobots@laas.fr HOMEPAGE= http://www.blender.org/ COMMENT= Blender is an open source 3D content creation suite +LICENSE= gnu-gpl-v2 + WRKSRC=${WRKDIR}/${DISTNAME}-source CMAKE_ARG_PATH= .. @@ -42,7 +44,7 @@ CMAKE_ARGS+= -DWITH_OPENCOLLADA=OFF #Collada support - OFF for now, waiting fo CMAKE_ARGS+= -DWITH_PLAYER=ON #Stand-alone Blender player # For now, let Blender embed Python -PYTHON_REQD= 3.1 +PYTHON_REQD?= 3.1 #include ../python3/depend.mk CMAKE_ARGS+= -DPYTHON_INC=${PREFIX}/include/python${PYTHON_REQD} CMAKE_ARGS+= -DPYTHON_LIBPATH=${PREFIX}/lib diff --git a/blender/depend.mk b/blender/depend.mk index f93990ad2f51af740a83dcc6b58f4fec1c9c13f2..69a18d1205fa2c96f140f2cc7eb04e539ac1c695 100644 --- a/blender/depend.mk +++ b/blender/depend.mk @@ -31,7 +31,7 @@ PREFER.blender?= robotpkg DEPEND_USE+= blender DEPEND_ABI.blender?= blender>=2.56 -DEPEND_DIR.blender?= ../../graphics/blender +DEPEND_DIR.blender?= ../../wip/blender SYSTEM_SEARCH.blender=\ bin/blender