diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 01:40:23 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 01:40:23 +0000 |
commit | fd262dacb3391e32c62113743bded803e0392a92 (patch) | |
tree | c69ea07e0429eacac795382e9766cd2e8dbe258b /math/suitesparse/Makefile | |
parent | fd4755237b5f298af3a7f986bde295f2bb428895 (diff) |
Notes
Diffstat (limited to 'math/suitesparse/Makefile')
-rw-r--r-- | math/suitesparse/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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} |