diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-13 20:27:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-13 20:27:49 +0000 |
commit | 8b5149325c9cabf918b209c84dae024ee73863ce (patch) | |
tree | 8db8ce827567e0f60de060464ce19eab4081c624 /benchmarks | |
parent | e750ee736dd6c8d1780401402f7674c17e0034a5 (diff) | |
download | ports-8b5149325c9cabf918b209c84dae024ee73863ce.tar.gz ports-8b5149325c9cabf918b209c84dae024ee73863ce.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/nosqlbench/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile index eba841563aca..0e38c3ed4c1e 100644 --- a/benchmarks/nosqlbench/Makefile +++ b/benchmarks/nosqlbench/Makefile @@ -11,6 +11,8 @@ COMMENT= Micro-benchmarking NoSQL storage LIB_DEPENDS= libtarantool.so:${PORTSDIR}/databases/tarantool +BROKEN= does not build after tarantool update + DATE= 20120802 USES= tar:bzip2 cmake CMAKE_ARGS= -DLIBTNT_INCLUDE=${LOCALBASE}/include \ |