From c0ac9a348f172e5f2fb61c34da5df901bfec414c Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 15 Jul 2022 21:05:32 +0000 Subject: crossfire-server: restrict to python 3.7-3.9 Does not work accept python 2 at all, does not compile with python 3.10 due to missing 'node.h' header. --- games/crossfire-server/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 94015471c2f..ca9d0c529cd 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2022/06/30 11:18:24 nia Exp $ +# $NetBSD: Makefile,v 1.69 2022/07/15 21:05:32 wiz Exp $ DISTNAME= crossfire-1.71.0 PKGNAME= ${DISTNAME:S/crossfire-/crossfire-server-/1} @@ -22,6 +22,8 @@ CONFIG_SHELL= ksh GNU_CONFIGURE= yes PLIST_SRC= ${WRKDIR}/PLIST PLIST +PYTHON_VERSIONS_INCOMPATIBLE= 27 310 + BUILD_DEFS+= VARBASE CHECK_PORTABILITY_SKIP+= utils/get_release.in -- cgit v1.2.3