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.
This commit is contained in:
markd 2006-01-04 11:09:44 +00:00
parent 3009c30545
commit bcf24618a5

View file

@ -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"