diff options
author | maho <maho@FreeBSD.org> | 2004-08-16 20:37:13 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-08-16 20:37:13 +0800 |
commit | 52289af5687a83f82124e936f7a2e38163e71a5f (patch) | |
tree | 832d267d800b9a5ec729f75f4644325664c2e5ae /benchmarks | |
parent | fb10ea9bf83cfe9d0a45c84305e74e1308a49c28 (diff) | |
download | freebsd-ports-gnome-52289af5687a83f82124e936f7a2e38163e71a5f.tar.gz freebsd-ports-gnome-52289af5687a83f82124e936f7a2e38163e71a5f.tar.zst freebsd-ports-gnome-52289af5687a83f82124e936f7a2e38163e71a5f.zip |
Marked as RESTRICTED.
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 |