summaryrefslogtreecommitdiff
path: root/math/py-rpy
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-01-04 11:09:44 +0000
committermarkd <markd@pkgsrc.org>2006-01-04 11:09:44 +0000
commitbcf24618a586f99c60d60b36e77107494ad75a15 (patch)
tree87944023092e9dbbab48361c9f6b29c5eef20343 /math/py-rpy
parent3009c305453326668d6d123eb05bf7cc6a11f49b (diff)
downloadpkgsrc-bcf24618a586f99c60d60b36e77107494ad75a15.tar.gz
Name of .so file depends on version of R built against so fix PLIST
again and depend on the latest version of R. Bump PKGREVISION.
Diffstat (limited to 'math/py-rpy')
-rw-r--r--math/py-rpy/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile
index 599c7995ce8..9ac03296e19 100644
--- a/math/py-rpy/Makefile
+++ b/math/py-rpy/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2005/10/21 18:41:14 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2006/01/04 11:09:44 markd Exp $
#
DISTNAME= rpy-0.4.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/}
@@ -12,6 +13,8 @@ COMMENT= R interface for Python
PYDISTUTILSPKG= YES
+BUILDLINK_DEPENDS.R+= R>=2.2.1
+
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"
.include "../../math/R/buildlink3.mk"