pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-rpy Name of .so file depends on version of R b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25a5fda8420e
branches:  trunk
changeset: 505517:25a5fda8420e
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Jan 04 11:09:44 2006 +0000

description:
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.

diffstat:

 math/py-rpy/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r befa4a6f368d -r 25a5fda8420e math/py-rpy/Makefile
--- a/math/py-rpy/Makefile      Wed Jan 04 10:32:40 2006 +0000
+++ b/math/py-rpy/Makefile      Wed Jan 04 11:09:44 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index