summaryrefslogtreecommitdiff
path: root/graphics/blender/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-07-31 18:40:58 +0000
committerjschauma <jschauma>2003-07-31 18:40:58 +0000
commit2e5e2d7868d5bd12159edf51389729626a4a763e (patch)
tree20dd79da2cc9478106098992c27fdcaa785231c4 /graphics/blender/Makefile
parentf4f4ab51fb947c1688533df45a759c05856f0d9f (diff)
downloadpkgsrc-2e5e2d7868d5bd12159edf51389729626a4a763e.tar.gz
Update blender to 2.28:
Among other things, this version now includes audio support. The complete and extensive changelog is available at http://www.blender.org/modules.php?op=modload&name=News&file=article&sid=64
Diffstat (limited to 'graphics/blender/Makefile')
-rw-r--r--graphics/blender/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 689bd625148..52c3f4c4814 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2003/07/21 16:51:37 martti Exp $
+# $NetBSD: Makefile,v 1.23 2003/07/31 18:40:58 jschauma Exp $
#
-DISTNAME= blender-2.27
+DISTNAME= blender-2.28
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cs.umn.edu/pub/blender.org/source/ \
http://download.blender.org/source/
@@ -65,6 +65,7 @@ CONFIGURE_ARGS+= --enable-exppython
CONFIGURE_ARGS+= --disable-exppython
.endif
+.include "../../devel/SDL/buildlink2.mk"
.include "../../devel/libtool/buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"
.include "../../graphics/Mesa/buildlink2.mk"