aboutsummaryrefslogtreecommitdiff
path: root/math/mumps
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-07-14 02:21:32 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-07-14 02:21:32 +0000
commit597fc2c3c8dcbca6205217fe41007e664a249211 (patch)
tree7b08c3ca2c943c015c14d4f215b1e03dc1ccf852 /math/mumps
parent13f81621ceb078edaa357bbf24f04e0c65e64623 (diff)
downloadports-597fc2c3c8dcbca6205217fe41007e664a249211.tar.gz
ports-597fc2c3c8dcbca6205217fe41007e664a249211.zip
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Notes
Notes: svn path=/head/; revision=195549
Diffstat (limited to 'math/mumps')
-rw-r--r--math/mumps/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/mumps/Makefile b/math/mumps/Makefile
index 082887aa7f02..b4e2db8c5af6 100644
--- a/math/mumps/Makefile
+++ b/math/mumps/Makefile
@@ -30,13 +30,10 @@ COMMENT= MUltifrontal Massively Parallel sparse direct Solver
# WITH_MPI: Use mpich for the parallel version
#-----------------------------------------------------------------------
-WANT_FORTRAN=yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-
SLAVEDIRS= math/mumps-mpich
-FC= gfortran42
-F77= gfortran42
+USE_FORTRAN= yes
+
FORTRANLIBS= -lgfortranbegin -lgfortran
GCCLIBDIR= -L`${CAT} ${WRKSRC}/LIBDIR` -L`${CAT} ${WRKSRC}/LIBDIR`/../../..