pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/blender Remove the unconditional openal depen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a87cc5cdbed
branches:  trunk
changeset: 476451:0a87cc5cdbed
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Jun 10 18:07:01 2004 +0000

description:
Remove the unconditional openal dependency (which is not used by default)
and bump PKGREVISION to 2.  openal can be pulled in by the BLENDER_USE_OPENAL
knob.  Pointed out by jschauma@.

diffstat:

 graphics/blender/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r d4c564bc7e7e -r 0a87cc5cdbed graphics/blender/Makefile
--- a/graphics/blender/Makefile Thu Jun 10 16:33:40 2004 +0000
+++ b/graphics/blender/Makefile Thu Jun 10 18:07:01 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2004/04/12 23:17:46 salo Exp $
+# $NetBSD: Makefile,v 1.35 2004/06/10 18:07:01 jmmv Exp $
 #
 
 DISTNAME=              blender-2.32
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            graphics
 MASTER_SITES=          ftp://ftp.cs.umn.edu/pub/blender.org/source/ \
                        http://download.blender.org/source/
@@ -58,7 +58,6 @@
 CONFIGURE_ARGS+=       --disable-exppython
 .endif
 
-.include "../../audio/openal/buildlink3.mk"
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../devel/libtool/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index