Chase bsd.gcc.mk and remove an extra dependency.

Reminded by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
This commit is contained in:
Thierry Thomas 2006-10-01 21:14:55 +00:00
parent dcd18738cc
commit 18699495ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174263

View file

@ -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