From fd262dacb3391e32c62113743bded803e0392a92 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 14 Jul 2007 01:40:23 +0000 Subject: Now we use USE_FORTRAN=yes to use FORTRAN compiler. --- math/suitesparse/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'math') diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index d9f9ef3e8223..fd94ebe14992 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -43,10 +43,7 @@ FPIC= -fpic USE_LDCONFIG= yes USE_GMAKE= yes -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes WRKSRC=${WRKDIR}/SuiteSparse WRKSRC_SHARED=${WRKSRC}_shared CFLAGS_SHARED=${CFLAGS} ${FPIC} -- cgit v1.2.3