diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-03 22:14:00 +0000 |
commit | 6881df6a4c0580c6f1e791e8700778ea489dd113 (patch) | |
tree | a6e0112f1c7655fad080d88eaa928420d1b0af8b /lang/py-psyco | |
parent | f3d475a6d2812fbcc9614e6fb074153ada9d0c2d (diff) | |
download | pkgsrc-6881df6a4c0580c6f1e791e8700778ea489dd113.tar.gz |
Update for python25 removal.
Diffstat (limited to 'lang/py-psyco')
-rw-r--r-- | lang/py-psyco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/py-psyco/Makefile b/lang/py-psyco/Makefile index 8cf46299e03..115e15dc225 100644 --- a/lang/py-psyco/Makefile +++ b/lang/py-psyco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/02 20:11:50 asau Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/03 22:14:02 wiz Exp $ DISTNAME= psyco-1.6-src EGG_NAME= ${DISTNAME:S/-src//} @@ -14,7 +14,7 @@ LICENSE= mit WRKSRC= ${WRKDIR}/${EGG_NAME} -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 26 ONLY_FOR_PLATFORM= *-*-i386 .include "../../lang/python/distutils.mk" |