summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-05-13 17:09:21 +0000
committerjoerg <joerg@pkgsrc.org>2014-05-13 17:09:21 +0000
commite946a9306f2bc231776e7c97edc6d8eeaccbfd16 (patch)
treea7986fe968fa5a57e5608de4b554f6eb85d4df12 /math
parent2b8f4361c88b3941656ca2a870136eff36e49d3a (diff)
downloadpkgsrc-e946a9306f2bc231776e7c97edc6d8eeaccbfd16.tar.gz
Requires PCRE.
Diffstat (limited to 'math')
-rw-r--r--math/py-rpy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile
index 9dfcbbd4d02..d7a6530a30a 100644
--- a/math/py-rpy/Makefile
+++ b/math/py-rpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2014/02/26 10:38:07 wiedi Exp $
+# $NetBSD: Makefile,v 1.33 2014/05/13 17:09:21 joerg Exp $
DISTNAME= rpy2-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/}
@@ -16,6 +16,7 @@ BUILDLINK_API_DEPENDS.R+= R>=2.11.0
LDFLAGS.SunOS+= -mimpure-text
+.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../math/py-numpy/buildlink3.mk"