From d5e90f38a6885323a29ca2b255bfeb0747e13fad Mon Sep 17 00:00:00 2001 From: maho Date: Sat, 14 Jul 2007 22:22:17 +0000 Subject: Now we use USE_FORTRAN=yes to use FORTRAN compiler. --- math/petsc/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'math/petsc') diff --git a/math/petsc/Makefile b/math/petsc/Makefile index 1cb0f38add26..28e3c93dab52 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -43,10 +43,7 @@ CONFIGURE_ARGS+= --with-x-include=${X11BASE}/include \ --with-x-lib=${X11BASE}/lib/libX11.so .endif -WANT_FORTRAN=yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes FFLAGS+= -O2 PFX= ${PORTNAME} TARGET= ${OPSYS:L} -- cgit