diff options
Diffstat (limited to 'games/wesnoth/Makefile')
-rw-r--r-- | games/wesnoth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 8aeae4468e9..d21a246fd11 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2014/05/05 00:47:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.104 2014/05/09 07:37:06 wiz Exp $ DISTNAME= wesnoth-1.10.6 PKGREVISION= 8 @@ -30,7 +30,7 @@ SUBST_FILES.prefix= cmake/FindFriBiDi.cmake SUBST_MESSAGE.prefix= Fixing search path. SUBST_SED.prefix= -e 's,/usr/local,${PREFIX},' -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.10.6 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.6 REPLACE_PYTHON+= data/tools/*.py REPLACE_PYTHON+= data/tools/wesnoth/*.py REPLACE_PYTHON+= data/tools/wml* |