diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 05:42:29 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 05:42:29 +0000 |
commit | 196db1c4be92f42f4fa44f4982af4d4e47470308 (patch) | |
tree | 41295ef121381a09a882ee2dbd76764ee50f4e0d | |
parent | 709a18cca2640f376c1b404c64396f3d879f3ae3 (diff) | |
download | ports-196db1c4be92f42f4fa44f4982af4d4e47470308.tar.gz ports-196db1c4be92f42f4fa44f4982af4d4e47470308.zip |
Using gfortran42, and not gcc42.
Bump portrevision.
Notes
Notes:
svn path=/head/; revision=182138
-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 |