diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-15 21:05:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-15 21:05:32 +0000 |
commit | c0ac9a348f172e5f2fb61c34da5df901bfec414c (patch) | |
tree | 6c65393669591726aee232313c2973f9849585e4 /games | |
parent | b000da4a3fd7b8c9e57661c85b35db8f0e6fcd2c (diff) | |
download | pkgsrc-c0ac9a348f172e5f2fb61c34da5df901bfec414c.tar.gz |
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.
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |