diff options
Diffstat (limited to 'games/freeciv-share/Makefile.common')
-rw-r--r-- | games/freeciv-share/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index 67eb7c1ff58..dee0735d61c 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.49 2017/01/01 14:43:40 wiz Exp $ +# $NetBSD: Makefile.common,v 1.50 2018/01/14 17:33:58 rillig Exp $ # used by games/freeciv-share/Makefile # used by games/freeciv-client/Makefile @@ -24,7 +24,7 @@ USE_PKGLOCALEDIR= yes DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches -REPLACE_PYTHON= ${WRKSRC}/common/generate_packets.py +REPLACE_PYTHON= ${WRKSRC}/common/generate_packets.py PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.3.2 SUBST_CLASSES+= data |