diff options
author | joerg <joerg> | 2014-05-13 17:09:21 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-05-13 17:09:21 +0000 |
commit | ffe9e18544c69f1852abdb218fe4d46aaff67f74 (patch) | |
tree | 752a14b0a14431bc530e1a590ff148f2a734d810 /math | |
parent | a1e0e3967a8e12c99160613b814f53fd53c71b51 (diff) | |
download | pkgsrc-ffe9e18544c69f1852abdb218fe4d46aaff67f74.tar.gz |
Requires PCRE.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-rpy/Makefile | 3 |
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" |