diff options
author | tnn <tnn@pkgsrc.org> | 2020-08-24 06:40:20 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-08-24 06:40:20 +0000 |
commit | 9a5577293438778aaf801cf004cbd5b28688e8ea (patch) | |
tree | c6dd0bb06161435586c6edc38b4dd93fb3144a21 | |
parent | 7c9df11975ff1c7aecd25c863ecd438b19c1c9a6 (diff) | |
download | pkgsrc-9a5577293438778aaf801cf004cbd5b28688e8ea.tar.gz |
py-rpy: seems to want pcre2, not pcre
-rw-r--r-- | math/py-rpy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index 98035561dd9..a76d8502e17 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2020/01/26 05:26:25 rillig Exp $ +# $NetBSD: Makefile,v 1.46 2020/08/24 06:40:20 tnn Exp $ DISTNAME= rpy2-2.9.1 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rpy2/} @@ -24,7 +25,7 @@ REPLACE_PYTHON= rpy/tests.py PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../devel/pcre/buildlink3.mk" +.include "../../devel/pcre2/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../math/R/buildlink3.mk" |