git: 2513bd309263 - main - benchmarks/fio: Fix build with libnfs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Apr 2023 11:29:36 UTC
The branch main has been updated by krion:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2513bd3092631b5c4d3db7bec8ac9f3b6543b07e
commit 2513bd3092631b5c4d3db7bec8ac9f3b6543b07e
Author: Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2023-04-20 11:28:37 +0000
Commit: Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2023-04-20 11:28:37 +0000
benchmarks/fio: Fix build with libnfs
PR: 270518
Reported by: i.dani@outlook.com
---
benchmarks/fio/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 \