aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/fio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/fio/Makefile')
-rw-r--r--benchmarks/fio/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile
index 8f4ff738349c..51b652d2907d 100644
--- a/benchmarks/fio/Makefile
+++ b/benchmarks/fio/Makefile
@@ -1,6 +1,5 @@
PORTNAME= fio
-DISTVERSION= 3.34
-POTREVISION= 1
+DISTVERSION= 3.35
CATEGORIES= benchmarks
MASTER_SITES= https://brick.kernel.dk/snaps/
@@ -14,7 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c11 gmake pkgconfig tar:bzip2
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-native \
+TEST_TARGET= test
+CONFIGURE_ARGS= --disable-http \
+ --disable-native \
--disable-optimizations
MAKE_ARGS= DEBUGFLAGS= \
OPTFLAGS= \