diff options
author | marino <marino@FreeBSD.org> | 2016-06-25 09:38:27 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-06-25 09:38:27 +0800 |
commit | d46598bc74496d59e32cc19f8838afd6432d2950 (patch) | |
tree | 514fd28c77b00ffbd13825efecd4c16a55b660e7 /benchmarks/himenobench | |
parent | 350c99cb4f29d03ef841992f015e641ababfa4ff (diff) | |
download | freebsd-ports-gnome-d46598bc74496d59e32cc19f8838afd6432d2950.tar.gz freebsd-ports-gnome-d46598bc74496d59e32cc19f8838afd6432d2950.tar.zst freebsd-ports-gnome-d46598bc74496d59e32cc19f8838afd6432d2950.zip |
benchmarks/himenobench: Follow up IFC removal
The IFC option removal was not complete. Alter the pkg-plist
accordingly and bump.
Diffstat (limited to 'benchmarks/himenobench')
-rw-r--r-- | benchmarks/himenobench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/himenobench/pkg-plist | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index a639be3fe742..123c78c17d32 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -3,6 +3,7 @@ PORTNAME= himenobench PORTVERSION= 2015.07.09 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://accc.riken.jp/wp-content/uploads/2015/07/ DISTFILES= himenobmtxp_xl.zip himenobmtxp_l.zip \ @@ -23,7 +24,6 @@ USES= dos2unix fortran zip DOS2UNIX_GLOB= *.c *.f NO_WRKSUBDIR= yes - OPTIONS_DEFINE= ICC OPTIMIZED_CFLAGS OPTIONS_SUB= yes diff --git a/benchmarks/himenobench/pkg-plist b/benchmarks/himenobench/pkg-plist index 3e2f3fa106eb..6c0acd8bdbc2 100644 --- a/benchmarks/himenobench/pkg-plist +++ b/benchmarks/himenobench/pkg-plist @@ -1,4 +1,4 @@ -%%NO_IFC%%bin/himenobmtxp +bin/himenobmtxp bin/himenobmtxp_l bin/himenobmtxp_m bin/himenobmtxp_s @@ -12,7 +12,3 @@ bin/himenobmtxps_ss %%ICC%%bin/himenobmtxps_m.icc %%ICC%%bin/himenobmtxps_s.icc %%ICC%%bin/himenobmtxps_ss.icc -%%IFC%%bin/himenobmtxp.ifc -%%IFC%%bin/himenobmtxp_l.ifc -%%IFC%%bin/himenobmtxp_m.ifc -%%IFC%%bin/himenobmtxp_s.ifc |