diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-26 10:38:07 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-26 10:38:07 +0000 |
commit | df46dbbb8423b02c3ee65b526764c5c34ee5788a (patch) | |
tree | 847923a82bb5eab3dab226ea88e2e13d32a9a6b2 /math/py-rpy | |
parent | b79f160e64ced8cb3b1b4039205bb57a2d193a21 (diff) | |
download | pkgsrc-df46dbbb8423b02c3ee65b526764c5c34ee5788a.tar.gz |
bulk build suggested readline
Diffstat (limited to 'math/py-rpy')
-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 e1678f60bbd..9dfcbbd4d02 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/01/19 22:50:43 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2014/02/26 10:38:07 wiedi 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 "../../mk/readline.buildlink3.mk" .include "../../lang/python/distutils.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../math/R/buildlink3.mk" |