summaryrefslogtreecommitdiff
path: root/math/py-numpy
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-20 08:07:01 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-02-20 08:07:01 +0000
commit765ffc98cd05554a9b5f9239325f8e1d0036d807 (patch)
tree0760d85d519d6050fc6eaef541758b8fbfaa7295 /math/py-numpy
parentSupport staging (diff)
- this change sneaked in by accident. Reverting that.
Diffstat (limited to 'math/py-numpy')
-rw-r--r--math/py-numpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 7bd37e69b4c5..729a50ae3c66 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -25,7 +25,7 @@ OPTIONS_DEFAULT= SUITESPARSE
ATLAS_DESC= Use optimized blas library
SUITESPARSE_DESC= Use AMD and UMFPACK in SuiteSparse
-USE_FORTRAN= yes
+USES= fortran
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_CONFIGUREARGS+= --fcompiler=gnu95