diff options
author | maho <maho@FreeBSD.org> | 2007-01-12 13:42:29 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-12 13:42:29 +0800 |
commit | 80529452ccff5cf2c5419ae5af4f4f0b62d85740 (patch) | |
tree | 272e0af570599b7758f5c2ee2f6848ff7f8a2227 /benchmarks/himenobench | |
parent | e9a8b0d6c0327311cd53f2ca634a8a12b6590b60 (diff) | |
download | freebsd-ports-gnome-80529452ccff5cf2c5419ae5af4f4f0b62d85740.tar.gz freebsd-ports-gnome-80529452ccff5cf2c5419ae5af4f4f0b62d85740.tar.zst freebsd-ports-gnome-80529452ccff5cf2c5419ae5af4f4f0b62d85740.zip |
Using gfortran42, and not gcc42.
Bump portrevision.
Diffstat (limited to 'benchmarks/himenobench')
-rw-r--r-- | benchmarks/himenobench/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index 21f7651c41a9..1dadd07c4c6d 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -7,6 +7,7 @@ PORTNAME= himenobench PORTVERSION= 2004.08.16 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://accc.riken.jp/HPC/HimenoBMT/Load_module/ DISTFILES= himenoBMTxp_xl.lzh himenoBMTxp_l.lzh himenoBMTxp_m.lzh himenoBMTxp_s.lzh \ @@ -25,8 +26,11 @@ 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+ +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 + GCCVER:= ${USE_GCC:S/+//} RESTRICTED= unsure to redistribute |