diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 10:45:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 10:45:15 +0000 |
commit | cd2034a69a241488c900469d394306659c70713a (patch) | |
tree | 20b275e879e9a02978fb92613c271dbee7b21c37 /games/freeciv-share | |
parent | 0d00e3eefba959b1aee2446dc7691d3411626d66 (diff) | |
download | pkgsrc-cd2034a69a241488c900469d394306659c70713a.tar.gz |
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
Diffstat (limited to 'games/freeciv-share')
-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 fbda937a970..468d6469ec2 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2014/01/25 10:30:08 wiz Exp $ +# $NetBSD: Makefile.common,v 1.41 2014/01/25 10:45:18 wiz 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 -PYTHON_PATCH_SCRIPTS= ${WRKSRC}/common/generate_packets.py +REPLACE_PYTHON= ${WRKSRC}/common/generate_packets.py PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.3.2 SUBST_CLASSES+= data |