diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 02:21:32 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 02:21:32 +0000 |
commit | 597fc2c3c8dcbca6205217fe41007e664a249211 (patch) | |
tree | 7b08c3ca2c943c015c14d4f215b1e03dc1ccf852 /math/metis-edf | |
parent | 13f81621ceb078edaa357bbf24f04e0c65e64623 (diff) |
Notes
Diffstat (limited to 'math/metis-edf')
-rw-r--r-- | math/metis-edf/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/metis-edf/Makefile b/math/metis-edf/Makefile index 4399049bd4fe..2969cd196fa7 100644 --- a/math/metis-edf/Makefile +++ b/math/metis-edf/Makefile @@ -21,10 +21,7 @@ ALL_TARGET= default MAKE_ENV+= CC="${CC}" AR="${AR}" F77="${F77}" FFLAGS="${FFLAGS}" REINPLACE_ARGS= -i "" -WANT_FORTRAN=yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes FFLAGS+= -O2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} |