From 9783768bf1c9936544dcc47d20846e3b8b35fc1f Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 2 Jun 2006 16:56:49 +0000 Subject: Needs Python 2.2 or later. --- math/py-Numeric/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/py-Numeric/Makefile') diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index 470957a9303..2a701840869 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/03/01 19:15:07 minskim Exp $ +# $NetBSD: Makefile,v 1.42 2006/06/02 16:56:49 joerg Exp $ DISTNAME= Numeric-24.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,7 @@ HOMEPAGE= http://numeric.scipy.org/ COMMENT= Adds multidimensional numeric arrays to Python PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 PYBINMODULE= yes PYSETUP= setup.py -- cgit v1.2.3