diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2021-06-22 18:19:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2021-06-22 18:19:35 +0000 |
commit | 038ccc9fb514fc4738a1ead78c0f35d262fb6107 (patch) | |
tree | 1daadea42c46bc2377a1f655adb8eb294e0a38f6 | |
parent | 1e30f4b4e036b8274f2984ce010065927a8f2d31 (diff) |
benchmarks/fio: resort Makefile
-rw-r--r-- | benchmarks/fio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 3103e185cb4a..b33be3c7882a 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -11,12 +11,12 @@ COMMENT= Flexible IO tester LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -HAS_CONFIGURE= yes USES= compiler:c11 gmake tar:bzip2 +HAS_CONFIGURE= yes CONFIGURE_ARGS+= --disable-native -OPTIONS_DEFINE= GNUPLOT EXAMPLES +OPTIONS_DEFINE= EXAMPLES GNUPLOT GNUPLOT_DESC= Support for plotting graphs GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:math/gnuplot |