diff options
Diffstat (limited to 'graphics/blender')
-rw-r--r-- | graphics/blender/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 5cca03fff7ed..e9b5021c7645 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -7,7 +7,7 @@ PORTNAME= blender PORTVERSION= 2.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/release/Publisher${PORTVERSION}/ DISTNAME= blender-publisher-${PORTVERSION}-freebsd-4.2-i386 @@ -16,10 +16,11 @@ DIST_SUBDIR= blender MAINTAINER= dyeske@yahoo.com COMMENT= Fully functional 3D modeling/rendering/animation/gaming package +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut + USE_X_PREFIX= YES NO_BUILD= YES ONLY_FOR_ARCHS= i386 -USE_MESA= YES .include <bsd.port.pre.mk> |