summaryrefslogtreecommitdiff
path: root/math/py-rpy/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2006-01-04 11:09:44 +0000
committermarkd <markd>2006-01-04 11:09:44 +0000
commit8510f4e2285678e18860b278f979b7ccfbecddf4 (patch)
tree87944023092e9dbbab48361c9f6b29c5eef20343 /math/py-rpy/Makefile
parentf8bdb66316d0583259947940702d11ddccd5f25f (diff)
downloadpkgsrc-8510f4e2285678e18860b278f979b7ccfbecddf4.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/Makefile')
-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"