diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-06-29 14:53:54 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-06-29 14:53:54 +0000 |
commit | b52114270fb74b73a57ab9e58cfb84f4ac0271a3 (patch) | |
tree | 43fccb4cefff0dc6cccfd7f51637ecbc60447d05 /benchmarks | |
parent | d11ee7cc646e0506089d2d344eef1e1a83d3a978 (diff) |
Fix CONFLICTS_INSTALL in benchmarks and biology
Approved by: portmgr (implicit)
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 025615262c9a..dcc579afdcec 100644 --- a/benchmarks/nosqlbench/Makefile +++ b/benchmarks/nosqlbench/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libleveldb.so:databases/leveldb DATE= 20151214 USES= cmake:insource tar:bzip2 -CONFLICTS_INSTALL= nanoblogger tarantool-c # bin/nb include/tarantool/tarantool.h +CONFLICTS_INSTALL= tarantool-c # bin/nb include/tarantool/tarantool.h post-patch: @${REINPLACE_CMD} -e 's|-O3 -march=native||' ${WRKSRC}/CMakeLists.txt \ |