Now we use USE_FORTRAN=yes to use FORTRAN compiler.

This commit is contained in:
Maho Nakata 2007-07-12 06:49:37 +00:00
parent eb0ab15198
commit 041f7e315b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195449

View file

@ -35,10 +35,8 @@ SAMPLES= README clean.make *.1st *.boat *.cell *.chair *.dat *.dyn0 \
BENCHES= README *.dyn0 *.log *.key *.run *.xyz results*
.include <bsd.port.pre.mk>
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
MAKE_ENV+= FC="${FC}" F77="${F77}"
USE_FORTRAN= yes
.if defined(WITH_OPTIMIZED_FLAGS)
FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations