diff options
author | wiz <wiz> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-03 22:14:00 +0000 |
commit | 87f13eccbca0e1334b8494bf6ef04411b6cf0bf5 (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /games | |
parent | 3b980a4a44c341bc8fe11d23babd6f32cf476968 (diff) | |
download | pkgsrc-87f13eccbca0e1334b8494bf6ef04411b6cf0bf5.tar.gz |
Update for python25 removal.
Diffstat (limited to 'games')
-rw-r--r-- | games/py-trueskill/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/py-trueskill/Makefile b/games/py-trueskill/Makefile index a5ee16edec3..70c65781044 100644 --- a/games/py-trueskill/Makefile +++ b/games/py-trueskill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/05/21 06:56:04 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/03 22:14:01 wiz Exp $ # DISTNAME= trueskill-0.1.3 @@ -15,7 +15,5 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 25 - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |