diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 23:34:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 23:34:26 +0000 |
commit | eb46614031260927da44c0b8d2a02be3b039da6c (patch) | |
tree | 7f299018be34f174c243e335cd1abd88a8fe1554 /math/py-rpy/Makefile | |
parent | 46a3899e04c1746130e2649ee3c00c9f9f261420 (diff) | |
download | pkgsrc-eb46614031260927da44c0b8d2a02be3b039da6c.tar.gz |
py-Numeric exists only for 2.2+.
Diffstat (limited to 'math/py-rpy/Makefile')
-rw-r--r-- | math/py-rpy/Makefile | 3 |
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 |