summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/py-numpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index ae1ba2cb378..061a4fa24b6 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2022/01/29 07:46:10 wiz Exp $
+# $NetBSD: Makefile,v 1.90.2.1 2022/05/20 12:54:08 bsiegert Exp $
DISTNAME= numpy-1.21.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
# error: 'for' loop initial declarations are only allowed in C99 mode
-USE_LANGUAGES= c99 c++ fortran
+USE_LANGUAGES= c99 c++11 fortran
.include "../../math/py-numpy/Makefile.make_env"