summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2015-04-12 10:04:08 +0000
committerwiz <wiz>2015-04-12 10:04:08 +0000
commitf276dbc9ac5103fa2ad6d1cbdd41249752c80dfd (patch)
tree668499b787aa533db3bc2e0dcf766795f3fc9aea /math
parent19069cd2536ab800bb8ec5de7fea32a7510c9105 (diff)
downloadpkgsrc-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/Makefile6
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