diff options
Diffstat (limited to 'math/py-rpy/Makefile')
-rw-r--r-- | math/py-rpy/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index 3defa191994..0015ffa6262 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/09/14 16:43:51 recht Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/04 13:50:33 adam Exp $ # -DISTNAME= rpy-0.3 +DISTNAME= rpy-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/} @@ -10,8 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://rpy.sourceforge.net/ COMMENT= R interface for Python -USE_BUILDLINK2= YES -PYDISTUTILSPKG= yes +USE_BUILDLINK2= YES +PYDISTUTILSPKG= YES .include "../../lang/python/extension.mk" .include "../../math/py-Numeric/buildlink2.mk" |