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:           Mon Jul  3 17:18:48 UTC 2023

Modified Files:
        pkgsrc/graphics/blender: Makefile

Log Message:
blender: set acceptable Python versions with =, not ?=


To generate a diff of this commit:
cvs rdiff -u -r1.202 -r1.203 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.202 pkgsrc/graphics/blender/Makefile:1.203
--- pkgsrc/graphics/blender/Makefile:1.202      Tue Jun  6 08:02:09 2023
+++ pkgsrc/graphics/blender/Makefile    Mon Jul  3 17:18:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.202 2023/06/06 08:02:09 wiz Exp $
+# $NetBSD: Makefile,v 1.203 2023/07/03 17:18:48 wiz Exp $
 
 DISTNAME=      blender-3.5.0
 PKGREVISION=   5
@@ -70,7 +70,7 @@ REPLACE_PYTHON=               release/bin/blender-thu
 
 INSTALLATION_DIRS=     bin share/blender
 
-PYTHON_VERSIONS_ACCEPTED?=     310 311
+PYTHON_VERSIONS_ACCEPTED=      310 311
 
 pre-configure:
        ${MKDIR} ${WRKSRC}/build



Home | Main Index | Thread Index | Old Index