benchmarks/fio: fix hidden dependency on libnfs reported by mpi.

ok kurt
This commit is contained in:
tb 2022-07-29 15:33:17 +00:00
parent 74969cb0a6
commit 447af4782a
1 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,7 @@ GH_ACCOUNT= axboe
GH_PROJECT= fio
GH_TAGNAME= fio-3.30
PKGNAME= ${GH_TAGNAME}
REVISION= 0
CATEGORIES= benchmarks
@ -19,7 +20,7 @@ PERMIT_PACKAGE= Yes
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB= c m pthread z
WANTLIB= c m nfs pthread z
USE_GMAKE= Yes
SEPARATE_BUILD= Yes
@ -32,4 +33,6 @@ MAKE_FLAGS= V=1 \
CONFIGURE_ARGS= --disable-optimizations \
--disable-native
LIB_DEPENDS= devel/libnfs
.include <bsd.port.mk>