pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/blender



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 30 18:44:47 UTC 2019

Modified Files:
        pkgsrc/graphics/blender: Makefile

Log Message:
blender: Needs only MesaLib and glu


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 pkgsrc/graphics/blender/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/blender/Makefile
diff -u pkgsrc/graphics/blender/Makefile:1.149 pkgsrc/graphics/blender/Makefile:1.150
--- pkgsrc/graphics/blender/Makefile:1.149      Thu Aug 22 12:23:16 2019
+++ pkgsrc/graphics/blender/Makefile    Fri Aug 30 18:44:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2019/08/22 12:23:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.150 2019/08/30 18:44:47 nia Exp $
 
 DISTNAME=      blender-2.79b
 PKGREVISION=   7
@@ -85,8 +85,9 @@ post-install:
 .include "../../devel/gettext-tools/buildlink3.mk"
 .include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
-.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
 #.include "../../graphics/glew/buildlink3.mk"
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../graphics/openimageio/buildlink3.mk"



Home | Main Index | Thread Index | Old Index