diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-07 12:27:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-07 12:27:06 +0000 |
commit | e60d0fa00c5ab42763c00e19acf5350918b33055 (patch) | |
tree | 119d124ec784fae7cfa9466421b5ca2582efa76e /games | |
parent | 54a90892af845ee8f051e7d13cfb4da926404431 (diff) | |
download | pkgsrc-e60d0fa00c5ab42763c00e19acf5350918b33055.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* |