diff options
Diffstat (limited to 'math/py-rpy/Makefile')
-rw-r--r-- | math/py-rpy/Makefile | 5 |
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" |