summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-02 23:34:26 +0000
committerjoerg <joerg>2006-06-02 23:34:26 +0000
commitcd6708b54f5bd7b79931ac511c2b0b7c4aa3c833 (patch)
tree7f299018be34f174c243e335cd1abd88a8fe1554 /math
parentc8f438329d6fd1a8ed655682987185ce2d217506 (diff)
downloadpkgsrc-cd6708b54f5bd7b79931ac511c2b0b7c4aa3c833.tar.gz
py-Numeric exists only for 2.2+.
Diffstat (limited to 'math')
-rw-r--r--math/py-rpy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile
index 01a5691860b..4fdb04c2938 100644
--- a/math/py-rpy/Makefile
+++ b/math/py-rpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/04/06 06:22:22 reed Exp $
+# $NetBSD: Makefile,v 1.16 2006/06/02 23:34:26 joerg Exp $
#
DISTNAME= rpy-0.4.6
@@ -12,6 +12,7 @@ HOMEPAGE= http://rpy.sourceforge.net/
COMMENT= R interface for Python
PYDISTUTILSPKG= YES
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
BUILDLINK_API_DEPENDS.R+= R>=2.2.1