diff options
Diffstat (limited to 'lang')
-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" |