diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-16 08:00:01 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-16 08:00:01 +0000 |
commit | abcdde0343f6f84c339341fcf0b862288e311c53 (patch) | |
tree | c3b235bf8abb521fe316c9b8f4c92091b78e3e03 /benchmarks | |
parent | 026c1836231de6495663ecfe57ebe00429f59045 (diff) | |
download | ports-abcdde0343f6f84c339341fcf0b862288e311c53.tar.gz ports-abcdde0343f6f84c339341fcf0b862288e311c53.zip |
Fix pkg-plist.
Spotted by: pav
Notes
Notes:
svn path=/head/; revision=195708
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/himenobench/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index f3e548023b45..5ad6d825ffae 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -27,8 +27,6 @@ EXTRACT_DEPENDS= lha:${PORTSDIR}/archivers/lha USE_FORTRAN= yes -GCCVER:= ${USE_GCC:S/+//} - RESTRICTED= unsure to redistribute .if defined(WITH_OPTIMIZED_FLAGS) @@ -43,7 +41,7 @@ PLIST_SUB+= WITH_ICC="" .else PLIST_SUB+= WITH_ICC="@comment " .endif -.if defined(WITH_IFC) +.if ${USE_FORTRAN} == ifort FFLAGS_IFC+= -O3 -tpp7 -axN -Vaxlib -ipo IFC= ${LOCALBASE}/intel_fc_80/bin/ifort PLIST_SUB+= WITH_IFC="" @@ -51,7 +49,7 @@ PLIST_SUB+= WITH_IFC="" PLIST_SUB+= WITH_IFC="@comment " .endif -.if ${USE_FORTRAN} == yes +.if ${USE_FORTRAN} != yes PLIST_SUB+= WITH_GFORTRAN="@comment " .else PLIST_SUB+= WITH_GFORTRAN="" |