summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-22 00:33:02 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-22 00:36:22 +0800
commitb171a19a1a4ab0c75b2a3d89908aca5b84e9019f (patch)
treee1e8f791df598f16bb6722a33e2656c5ce6a85a8 /math
parentgraphics/py-pyvips: Update to 2.2.1 (diff)
math/py-rpy2: Fix typo
Diffstat (limited to 'math')
-rw-r--r--math/py-rpy2/Makefile2
1 files changed, 1 insertions, 1 deletions
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}