From b81ed3ba38f4711c507e92bfd50696cabbe49bab Mon Sep 17 00:00:00 2001 From: maho Date: Thu, 12 Jul 2007 08:35:38 +0000 Subject: Now we use USE_FORTRAN=yes to use FORTRAN compiler. --- math/blocksolve95/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'math/blocksolve95') diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile index eaa78d7..a98832e 100644 --- a/math/blocksolve95/Makefile +++ b/math/blocksolve95/Makefile @@ -32,10 +32,7 @@ MPIDIR= ${LOCALBASE}/mpich2 PETSC_ARCH= freebsd BOPT?= O -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes FFLAGS+= -O2 INCLUDES= BMmsg.h BSdepend.h BSlog.h BSmy_blas.h BSprivate.h BSsparse.h -- cgit v1.1