From 5649f627540cdf33a2a311a2cbc8f3c92f700700 Mon Sep 17 00:00:00 2001 From: drochner Date: Sat, 25 Aug 2012 15:31:46 +0000 Subject: this doesn't work with Python-2.7 (see the homepage) resolves PR PKG/46832 by Kamel Derouiche --- lang/py-psyco/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/py-psyco') diff --git a/lang/py-psyco/Makefile b/lang/py-psyco/Makefile index 64bd6d507d1..0c9f11d41f3 100644 --- a/lang/py-psyco/Makefile +++ b/lang/py-psyco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/10/29 04:26:12 obache Exp $ +# $NetBSD: Makefile,v 1.17 2012/08/25 15:31:46 drochner Exp $ DISTNAME= psyco-1.6-src EGG_NAME= ${DISTNAME:S/-src//} @@ -16,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${EGG_NAME} +PYTHON_VERSIONS_ACCEPTED= 26 25 ONLY_FOR_PLATFORM= *-*-i386 .include "../../lang/python/distutils.mk" -- cgit v1.2.3