summaryrefslogtreecommitdiff
path: root/games/py-trueskill/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-21 06:56:04 +0000
committerdholland <dholland@pkgsrc.org>2012-05-21 06:56:04 +0000
commitcb48434d4f49e87e9cd1d72401322264dd681754 (patch)
treef7c2cc4cd0e35653652178c1c32c00fc8f5cfe57 /games/py-trueskill/Makefile
parent0fe375c747ce6eea3426c1065e1210b053086276 (diff)
downloadpkgsrc-cb48434d4f49e87e9cd1d72401322264dd681754.tar.gz
Fails with syntax errors on python25, so mask it.
Diffstat (limited to 'games/py-trueskill/Makefile')
-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"