summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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