summaryrefslogtreecommitdiff
path: root/math/py-rpy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-rpy/Makefile')
-rw-r--r--math/py-rpy/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile
index 4fdb04c2938..06b8692a6fe 100644
--- a/math/py-rpy/Makefile
+++ b/math/py-rpy/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2006/06/02 23:34:26 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/06/20 19:54:14 joerg Exp $
#
DISTNAME= rpy-0.4.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/}
@@ -12,9 +12,9 @@ HOMEPAGE= http://rpy.sourceforge.net/
COMMENT= R interface for Python
PYDISTUTILSPKG= YES
-PYTHON_VERSIONS_ACCEPTED= 24 23 22
+PYTHON_VERSIONS_ACCEPTED= 24 23
-BUILDLINK_API_DEPENDS.R+= R>=2.2.1
+BUILDLINK_API_DEPENDS.R+= R>=2.3.1
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"