diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-rpy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index 207f46eaf3f..62d9b7076be 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2015/04/10 08:41:42 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/04/12 10:04:08 wiz Exp $ DISTNAME= rpy2-2.5.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math python MASTER_SITES= https://pypi.python.org/packages/source/r/rpy2/ @@ -11,6 +11,8 @@ HOMEPAGE= http://rpy.sourceforge.net/ COMMENT= R interface for Python LICENSE= mpl-1.1 OR gnu-gpl-v2 OR gnu-lgpl-v2.1 +DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 + USE_LANGUAGES+= c fortran77 BUILDLINK_API_DEPENDS.R+= R>=2.11.0 |