aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2023-04-20 11:28:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2023-04-20 11:28:37 +0000
commit2513bd3092631b5c4d3db7bec8ac9f3b6543b07e (patch)
tree734ca0ea6dee88908f6cc999ce09aefbdcc94b1f /benchmarks
parent15282460271fc00b649b9b061836b39e26ecdabd (diff)
downloadports-2513bd3092631b5c4d3db7bec8ac9f3b6543b07e.tar.gz
ports-2513bd3092631b5c4d3db7bec8ac9f3b6543b07e.zip
benchmarks/fio: Fix build with libnfs
PR: 270518 Reported by: i.dani@outlook.com
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/fio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile
index 17f076c03eff..8f4ff738349c 100644
--- a/benchmarks/fio/Makefile
+++ b/benchmarks/fio/Makefile
@@ -1,5 +1,6 @@
PORTNAME= fio
DISTVERSION= 3.34
+POTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= https://brick.kernel.dk/snaps/
@@ -10,7 +11,7 @@ WWW= https://git.kernel.dk/?p=fio.git
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= compiler:c11 gmake tar:bzip2
+USES= compiler:c11 gmake pkgconfig tar:bzip2
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --disable-native \