aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/hpl
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-15 13:54:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-15 13:54:33 +0000
commit9ccac3b8ffce91b3b69c0cec43a718951d2b66fd (patch)
tree60cd1146f4ce57f62d69e14b63afb6db8ae664fe /benchmarks/hpl
parentb99eb32a96f610dde2293e52d4fb101205fefe46 (diff)
downloadports-9ccac3b8ffce91b3b69c0cec43a718951d2b66fd.tar.gz
ports-9ccac3b8ffce91b3b69c0cec43a718951d2b66fd.zip
- Convert to USE_FORTRAN
Notes
Notes: svn path=/head/; revision=195652
Diffstat (limited to 'benchmarks/hpl')
-rw-r--r--benchmarks/hpl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile
index cfd6b53b9dd9..6cda206d4537 100644
--- a/benchmarks/hpl/Makefile
+++ b/benchmarks/hpl/Makefile
@@ -26,11 +26,7 @@ FC= ${LOCALBASE}/bin/mpicc
.endif
RUN_DEPENDS= ${BUILD_DEPENDS}
-WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
-MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
+USE_FORTRAN= yes
.include <bsd.port.pre.mk>