summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordholland <dholland>2012-05-21 06:56:04 +0000
committerdholland <dholland>2012-05-21 06:56:04 +0000
commit82b679cdfc4ff40b183a460b503628d8189f3db0 (patch)
treef7c2cc4cd0e35653652178c1c32c00fc8f5cfe57 /games
parent8f736e971eb06b1193d889df80dac9f2458303bb (diff)
downloadpkgsrc-82b679cdfc4ff40b183a460b503628d8189f3db0.tar.gz
Fails with syntax errors on python25, so mask it.
Diffstat (limited to 'games')
-rw-r--r--games/py-trueskill/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/py-trueskill/Makefile b/games/py-trueskill/Makefile
index b011bcfe7b2..a5ee16edec3 100644
--- a/games/py-trueskill/Makefile
+++ b/games/py-trueskill/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/05/16 19:40:44 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2012/05/21 06:56:04 dholland Exp $
#
DISTNAME= trueskill-0.1.3
@@ -15,5 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 25
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"