diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-04 12:51:10 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-04 12:51:10 +0000 |
commit | bcff76eaf30ce4a2ebdbad45de1c1865ef70e607 (patch) | |
tree | b26f5873749e694eb290bc40a64f2d51b5336f87 /benchmarks/himenobench | |
parent | 9f18b4bb71ebefcf935b8a50e1b2b5a9480c5c54 (diff) |
Add a dummy knob WANT_FORTRAN for future use.
Notes
Notes:
svn path=/head/; revision=181402
Diffstat (limited to 'benchmarks/himenobench')
-rw-r--r-- | benchmarks/himenobench/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index 62c7bfe6d0da..21f7651c41a9 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -25,6 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/intel_fc_80/bin/ifort:${PORTSDIR}/lang/ifc EXTRACT_DEPENDS= lha:${PORTSDIR}/archivers/lha #use gfortran +WANT_FORTRAN= yes #dummy knob USE_GCC?=4.2+ GCCVER:= ${USE_GCC:S/+//} |