From 765ffc98cd05554a9b5f9239325f8e1d0036d807 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Thu, 20 Feb 2014 08:07:01 +0000 Subject: [PATCH] - this change sneaked in by accident. Reverting that. --- math/py-numpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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