summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2021-04-20 23:56:26 +0000
committergutteridge <gutteridge@pkgsrc.org>2021-04-20 23:56:26 +0000
commitbd729df74f564e861506cf9c665a5da59097f504 (patch)
tree276b5765b91e26ca3e96db75933d8d7d7abbcdbc /math
parent6112ae142e55fc54410ea99af2ce198824ae2468 (diff)
downloadpkgsrc-bd729df74f564e861506cf9c665a5da59097f504.tar.gz
py-numpy: fix typos in a comment
Diffstat (limited to 'math')
-rw-r--r--math/py-numpy/Makefile.make_env4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numpy/Makefile.make_env b/math/py-numpy/Makefile.make_env
index 946b0ebb6af..7b42bb63af4 100644
--- a/math/py-numpy/Makefile.make_env
+++ b/math/py-numpy/Makefile.make_env
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.make_env,v 1.2 2021/04/20 21:06:58 wiz Exp $
+# $NetBSD: Makefile.make_env,v 1.3 2021/04/20 23:56:26 gutteridge Exp $
# Use the variables from blas.buildlink3.mk, pulled in via cblas.
-# Dependend python packages possiblly re-use the system_info logic and
+# Dependent Python packages possibly re-use the system_info logic and
# might need this in the environment.
MAKE_ENV+= NPY_BLAS_LIBS=${BLAS_LIBS:Q} NPY_LAPACK_LIBS=${LAPACK_LIBS:Q}
MAKE_ENV+= NPY_CBLAS_LIBS=-lcblas