From bcf24618a586f99c60d60b36e77107494ad75a15 Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 4 Jan 2006 11:09:44 +0000 Subject: 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. --- math/py-rpy/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3