summaryrefslogtreecommitdiffstats
path: root/biology/tinker/Makefile
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-07-12 06:49:37 +0000
committermaho <maho@FreeBSD.org>2007-07-12 06:49:37 +0000
commitf6d59387d7357b9a4f44f621972b93dc03b0591d (patch)
treeb98dcabbafacdd4537a0a468d93fe3e023c6d573 /biology/tinker/Makefile
parent7a03089746c6e39956474694574721b104f205d0 (diff)
downloadFreeBSD-ports-f6d59387d7357b9a4f44f621972b93dc03b0591d.zip
FreeBSD-ports-f6d59387d7357b9a4f44f621972b93dc03b0591d.tar.gz
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'biology/tinker/Makefile')
-rw-r--r--biology/tinker/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/biology/tinker/Makefile b/biology/tinker/Makefile
index cb08a05..5b94878 100644
--- a/biology/tinker/Makefile
+++ b/biology/tinker/Makefile
@@ -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
OpenPOWER on IntegriCloud