benchmarks/fio: fix hidden dependency on libnfs reported by mpi.
ok kurt
This commit is contained in:
parent
74969cb0a6
commit
447af4782a
@ -4,6 +4,7 @@ GH_ACCOUNT= axboe
|
|||||||
GH_PROJECT= fio
|
GH_PROJECT= fio
|
||||||
GH_TAGNAME= fio-3.30
|
GH_TAGNAME= fio-3.30
|
||||||
PKGNAME= ${GH_TAGNAME}
|
PKGNAME= ${GH_TAGNAME}
|
||||||
|
REVISION= 0
|
||||||
|
|
||||||
CATEGORIES= benchmarks
|
CATEGORIES= benchmarks
|
||||||
|
|
||||||
@ -19,7 +20,7 @@ PERMIT_PACKAGE= Yes
|
|||||||
COMPILER= base-clang ports-gcc
|
COMPILER= base-clang ports-gcc
|
||||||
COMPILER_LANGS= c
|
COMPILER_LANGS= c
|
||||||
|
|
||||||
WANTLIB= c m pthread z
|
WANTLIB= c m nfs pthread z
|
||||||
|
|
||||||
USE_GMAKE= Yes
|
USE_GMAKE= Yes
|
||||||
SEPARATE_BUILD= Yes
|
SEPARATE_BUILD= Yes
|
||||||
@ -32,4 +33,6 @@ MAKE_FLAGS= V=1 \
|
|||||||
CONFIGURE_ARGS= --disable-optimizations \
|
CONFIGURE_ARGS= --disable-optimizations \
|
||||||
--disable-native
|
--disable-native
|
||||||
|
|
||||||
|
LIB_DEPENDS= devel/libnfs
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user