git: b171a19a1a4a - main - math/py-rpy2: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jun 2022 16:37:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b171a19a1a4ab0c75b2a3d89908aca5b84e9019f commit b171a19a1a4ab0c75b2a3d89908aca5b84e9019f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-21 16:33:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-21 16:36:22 +0000 math/py-rpy2: Fix typo --- math/py-rpy2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-rpy2/Makefile b/math/py-rpy2/Makefile index a1d44d806d86..bc95f9b74c97 100644 --- a/math/py-rpy2/Makefile +++ b/math/py-rpy2/Makefile @@ -32,7 +32,7 @@ PLIST_FILES= ${PYTHON_SITELIBDIR}/__pycache__/_rinterface_cffi_abi.cpython-${PYT OPTIONS_DEFINE= NUMPY PANDAS OPTIONS_DEFAULT=NUMPY PANDAS -NUMPY_DESC= Numpy support +NUMPY_DESC= NumPy support PANDAS_DESC= Pandas support NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR}