pkgsrc-WIP-changes archive

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

CuraEngine: add PYTHON_VERSIONS_ACCEPTED



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sun Jan 18 19:41:13 2026 +0900
Changeset:	b64d22a2319fd2087d58c417c890cc526573f74c

Modified Files:
	CuraEngine/Makefile

Log Message:
CuraEngine: add PYTHON_VERSIONS_ACCEPTED

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b64d22a2319fd2087d58c417c890cc526573f74c

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

diffstat:
 CuraEngine/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/CuraEngine/Makefile b/CuraEngine/Makefile
index 2c558789ad..978a5b15d6 100644
--- a/CuraEngine/Makefile
+++ b/CuraEngine/Makefile
@@ -20,6 +20,8 @@ LICENSE=	gnu-agpl-v3
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
+PYTHON_VERSIONS_ACCEPTED=	311
+
 pre-configure:
 	${MKDIR} ${BUILDLINK_DIR}/include/stb
 	${LN} -sf ${WRKDIR}/${STB_IMAGE_H} ${BUILDLINK_DIR}/include/stb/


Home | Main Index | Thread Index | Old Index