Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jun 2021 18:19:49 GMT
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 038ccc9fb514 - main - benchmarks/fio: resort Makefile
Message-ID:  <202106221819.15MIJnxH088862@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by krion:

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

commit 038ccc9fb514fc4738a1ead78c0f35d262fb6107
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2021-06-22 18:19:35 +0000
Commit:     Kirill Ponomarev <krion@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106221819.15MIJnxH088862>