View | Details | Raw Unified | Return to bug 257000
Collapse All | Expand All

(-)b/graphics/blender/Makefile (-4 / +5 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	blender
3
PORTNAME=	blender
4
DISTVERSION=	2.91.0
4
DISTVERSION=	2.91.0
5
PORTREVISION=	9
5
PORTREVISION=	10
6
CATEGORIES=	graphics multimedia
6
CATEGORIES=	graphics multimedia
7
MASTER_SITES=	http://download.blender.org/source/ \
7
MASTER_SITES=	http://download.blender.org/source/ \
8
		http://mirror.cs.umn.edu/blender.org/source/ \
8
		http://mirror.cs.umn.edu/blender.org/source/ \
Lines 20-33 NOT_FOR_ARCHS_REASON= uses 64bit atomic functions Link Here
20
BUILD_DEPENDS=	${PYNUMPY}
20
BUILD_DEPENDS=	${PYNUMPY}
21
LIB_DEPENDS=	libpng.so:graphics/png \
21
LIB_DEPENDS=	libpng.so:graphics/png \
22
		libfreetype.so:print/freetype2 \
22
		libfreetype.so:print/freetype2 \
23
		libboost_regex.so:devel/boost-libs
23
		libboost_regex.so:devel/boost-libs \
24
		libtbb.so:devel/tbb
24
RUN_DEPENDS=	${PYNUMPY}
25
RUN_DEPENDS=	${PYNUMPY}
25
# libboost_regex.so just acts as a placeholder; several boost
26
# libboost_regex.so just acts as a placeholder; several boost
26
# libraries are used, if either of the most common options in blender
27
# libraries are used, if either of the most common options in blender
27
# are set. We will pull boost in just to be on the safe side.
28
# are set. We will pull boost in just to be on the safe side.
28
29
29
USES=		cmake compiler:c++14-lang gl gnome jpeg python:3.8 shebangfix \
30
USES=		cmake compiler:c++14-lang desktop-file-utils gl gnome jpeg \
30
		tar:xz xorg
31
		python:3.8 shebangfix tar:xz xorg
31
USE_XORG=	x11 xext xfixes xmu xrender
32
USE_XORG=	x11 xext xfixes xmu xrender
32
USE_GL=		gl glu glew
33
USE_GL=		gl glu glew
33
34

Return to bug 257000