diff options
author | wiz <wiz> | 2014-02-07 12:27:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-02-07 12:27:06 +0000 |
commit | 7301983282525ec23da40454a1ffb81876290199 (patch) | |
tree | 119d124ec784fae7cfa9466421b5ca2582efa76e /games | |
parent | a96431eec0d15395711be4aace9d4252ab13d742 (diff) | |
download | pkgsrc-7301983282525ec23da40454a1ffb81876290199.tar.gz |
Mark as not ready for python-3.x. Bump PKGREVISION.
Diffstat (limited to 'games')
-rw-r--r-- | games/wesnoth/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 1a70bde3ff4..b096ec0a423 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.100 2013/11/20 20:04:37 adam Exp $ +# $NetBSD: Makefile,v 1.101 2014/02/07 12:27:06 wiz Exp $ DISTNAME= wesnoth-1.10.6 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/} EXTRACT_SUFX= .tar.bz2 @@ -30,6 +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 REPLACE_PYTHON+= data/tools/*.py REPLACE_PYTHON+= data/tools/wesnoth/*.py REPLACE_PYTHON+= data/tools/wml* |