diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-16 12:37:13 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-16 12:37:13 +0000 |
commit | e1ef8cad49187a1fb25b262420062b63227f1e2c (patch) | |
tree | f6471c18c2786476f55732bb7c587e76b967ee88 /benchmarks | |
parent | 1187b1ee2611913e3c2f9afbebeb429ced2db470 (diff) | |
download | ports-e1ef8cad49187a1fb25b262420062b63227f1e2c.tar.gz ports-e1ef8cad49187a1fb25b262420062b63227f1e2c.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/himenobench/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index ecd8e4662460..9a1ac68b230a 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -24,8 +24,7 @@ BUILD_DEPENDS= ${LOCALBASE}/intel_fc_80/bin/ifort:${PORTSDIR}/lang/ifc .endif EXTRACT_DEPENDS= lha:${PORTSDIR}/archivers/lha -NO_CDROM= "unsure to sell for profit" -NO_PACKAGE= "unsure to redistribute" +RESTRICTED= "unsure to redistribute" .if defined(OPTIMIZED_FLAGS) FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll -loops -fexpensive-optimizations -malign-double |