diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-10-01 21:14:55 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-10-01 21:14:55 +0000 |
commit | 18699495ab3eea221ee7a6ffc811829c6c934729 (patch) | |
tree | 91f68fae0695cbcf8e390d03ed4144748fe24331 /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>
Diffstat (limited to 'math/mumps')
-rw-r--r-- | math/mumps/Makefile | 3 |
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 |