diff options
author | wiz <wiz> | 2015-04-12 10:04:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-04-12 10:04:08 +0000 |
commit | f276dbc9ac5103fa2ad6d1cbdd41249752c80dfd (patch) | |
tree | 668499b787aa533db3bc2e0dcf766795f3fc9aea /math | |
parent | 19069cd2536ab800bb8ec5de7fea32a7510c9105 (diff) | |
download | pkgsrc-f276dbc9ac5103fa2ad6d1cbdd41249752c80dfd.tar.gz |
Add py-sqlite3 dependency. Fixes last issue from PR 49817.
Bump PKGREVISION.
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 |