diff options
author | thierry <thierry@FreeBSD.org> | 2006-10-02 05:14:55 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-10-02 05:14:55 +0800 |
commit | f7288d9b1c857c695599f9f86b1c4b2151524090 (patch) | |
tree | 2d101ec675ca482020a0a21c42166aa8966514e2 /math/mumps | |
parent | b9388dc46b6860894e5ec6e3a6e88296198c0602 (diff) | |
download | freebsd-ports-gnome-f7288d9b1c857c695599f9f86b1c4b2151524090.tar.gz freebsd-ports-gnome-f7288d9b1c857c695599f9f86b1c4b2151524090.tar.zst freebsd-ports-gnome-f7288d9b1c857c695599f9f86b1c4b2151524090.zip |
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 |