git: 038ccc9fb514 - main - benchmarks/fio: resort Makefile

Kirill Ponomarev krion at FreeBSD.org
Tue Jun 22 18:19:49 UTC 2021


The branch main has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=038ccc9fb514fc4738a1ead78c0f35d262fb6107

commit 038ccc9fb514fc4738a1ead78c0f35d262fb6107
Author:     Kirill Ponomarev <krion at FreeBSD.org>
AuthorDate: 2021-06-22 18:19:35 +0000
Commit:     Kirill Ponomarev <krion at FreeBSD.org>
CommitDate: 2021-06-22 18:19:35 +0000

    benchmarks/fio: resort Makefile
---
 benchmarks/fio/Makefile | 4 ++--
 1 file 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


More information about the dev-commits-ports-main mailing list