diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-12 10:04:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-12 10:04:08 +0000 |
commit | 3745184442c4e55e474725bbcc3747759f47b775 (patch) | |
tree | 668499b787aa533db3bc2e0dcf766795f3fc9aea /math/py-rpy/Makefile | |
parent | bbdacb92b4f48d6e04b592cf13cae09e20a76b7f (diff) | |
download | pkgsrc-3745184442c4e55e474725bbcc3747759f47b775.tar.gz |
Add py-sqlite3 dependency. Fixes last issue from PR 49817.
Bump PKGREVISION.
Diffstat (limited to 'math/py-rpy/Makefile')
-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 |