summaryrefslogtreecommitdiff
path: root/graphics/blender
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-01-12 12:54:32 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-01-12 12:54:32 +0000
commitb4d2ac42d75b14c1701e169420211799bf5e16bd (patch)
treea82a16fe7e91ef33fa7fadab2d807bbc87d15f69 /graphics/blender
parent- Adding sensible defaults to the startup script so people don't need to (diff)
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
Notes
Notes: svn path=/head/; revision=153347
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/Makefile5
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>