diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-22 20:06:14 +0000 |
commit | ffd97a0193e0238aa21bc32b570fd052292e0fe5 (patch) | |
tree | b368198f913179c06dafd19ac72527fcf9836f6d /benchmarks | |
parent | ccbdf54cacb9796580726f8d5278fe3fa53d5e53 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/nosqlbench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile index 489a238daf14..288ca478b329 100644 --- a/benchmarks/nosqlbench/Makefile +++ b/benchmarks/nosqlbench/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= tarantool:${PORTSDIR}/databases/tarantool DATE= 20120802 USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake CMAKE_ARGS= -DLIBTNT_INCLUDE=${LOCALBASE}/include \ -DLIBTNT_LIB=${LOCALBASE}/lib |