Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= blender |
4 |
PORTNAME= blender |
5 |
PORTVERSION= 2.78b |
5 |
PORTVERSION= 2.78c |
6 |
CATEGORIES= graphics games |
6 |
CATEGORIES= graphics games |
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 214-220
Link Here
|
214 |
# gcc 4.2 does not support -msse4.1, which is needed for blender 2.70+ |
214 |
# gcc 4.2 does not support -msse4.1, which is needed for blender 2.70+ |
215 |
.if ${ARCH} == amd64 |
215 |
.if ${ARCH} == amd64 |
216 |
# gcc 4.9 fails to link on amd64 |
216 |
# gcc 4.9 fails to link on amd64 |
217 |
USE_GCC= 4.8 |
217 |
USE_GCC= 4.8+ |
218 |
.else |
218 |
.else |
219 |
USE_GCC= yes |
219 |
USE_GCC= yes |
220 |
.endif |
220 |
.endif |