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:   wiz
Date:           Fri Mar  3 09:30:22 UTC 2023

Modified Files:
        pkgsrc/graphics/blender: Makefile

Log Message:
blender: this needs freetype2 with brotli support

This was enabled in pkgsrc in 2.12.1nb1, so require that version.


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 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.195 pkgsrc/graphics/blender/Makefile:1.196
--- pkgsrc/graphics/blender/Makefile:1.195      Sun Jan 29 21:16:27 2023
+++ pkgsrc/graphics/blender/Makefile    Fri Mar  3 09:30:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195 2023/01/29 21:16:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.196 2023/03/03 09:30:22 wiz Exp $
 
 DISTNAME=      blender-3.4.1
 PKGREVISION=   1
@@ -82,6 +82,7 @@ pre-configure:
 .include "../../devel/gmp/buildlink3.mk"
 .include "../../devel/libexecinfo/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
+BUILDLINK_API_DEPENDS.freetype2+=       freetype2>=2.12.1nb1
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/glew/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"



Home | Main Index | Thread Index | Old Index