diff options
Diffstat (limited to 'math/py-rpy/Makefile')
-rw-r--r-- | math/py-rpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index 0acbb9d35f5..01a5691860b 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:08 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/06 06:22:22 reed Exp $ # DISTNAME= rpy-0.4.6 @@ -13,7 +13,7 @@ COMMENT= R interface for Python PYDISTUTILSPKG= YES -BUILDLINK_DEPENDS.R+= R>=2.2.1 +BUILDLINK_API_DEPENDS.R+= R>=2.2.1 .include "../../lang/python/extension.mk" .include "../../math/py-Numeric/buildlink3.mk" |