summaryrefslogtreecommitdiff
path: root/math/mumps
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-10-01 21:14:55 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-10-01 21:14:55 +0000
commit18699495ab3eea221ee7a6ffc811829c6c934729 (patch)
tree91f68fae0695cbcf8e390d03ed4144748fe24331 /math/mumps
parent- Fix compiling with oncoming gcc41. (diff)
Chase bsd.gcc.mk and remove an extra dependency.
Reminded by: Pedro F. Giffuni <giffunip (at) yahoo.com>
Notes
Notes: svn path=/head/; revision=174263
Diffstat (limited to 'math/mumps')
-rw-r--r--math/mumps/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/mumps/Makefile b/math/mumps/Makefile
index f8f262f25aec..28ca338a6a4c 100644
--- a/math/mumps/Makefile
+++ b/math/mumps/Makefile
@@ -17,8 +17,6 @@ DISTNAME= MUMPS_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= MUltifrontal Massively Parallel sparse direct Solver
-BUILD_DEPENDS= ${FC}:${PORTSDIR}/lang/gfortran
-
#-----------------------------------------------------------------------
# WARNING: Non-serviceable parts inside, can break other ports
@@ -35,7 +33,6 @@ BUILD_DEPENDS= ${FC}:${PORTSDIR}/lang/gfortran
USE_GCC= 4.1+
WITH_FORTRAN= yes
-FC= ${LOCALBASE}/bin/gfortran41
.if defined(WITH_OPTIMIZED_FLAGS)
FFLAGS+= -O3 -ffast-math