diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-20 08:07:01 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-20 08:07:01 +0000 |
commit | 765ffc98cd05554a9b5f9239325f8e1d0036d807 (patch) | |
tree | 0760d85d519d6050fc6eaef541758b8fbfaa7295 /math/py-numpy | |
parent | Support staging (diff) |
- this change sneaked in by accident. Reverting that.
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 2 |
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 |