summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-14 01:40:23 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-14 01:40:23 +0000
commitfd262dacb3391e32c62113743bded803e0392a92 (patch)
treec69ea07e0429eacac795382e9766cd2e8dbe258b /math
parentNow we use USE_FORTRAN=yes to use FORTRAN compiler. (diff)
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Notes
Notes: svn path=/head/; revision=195546
Diffstat (limited to 'math')
-rw-r--r--math/suitesparse/Makefile5
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}