aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/nosqlbench
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:38:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:38:29 +0000
commit68b79a91ae5ee2fd171629605e3351cf3063ec79 (patch)
tree9d1491c97af6f7e587cf5112f9abd6d9038dab4c /benchmarks/nosqlbench
parentb88dba4f2af136fa3454e803e8c1809212bfaa29 (diff)
downloadports-68b79a91ae5ee2fd171629605e3351cf3063ec79.tar.gz
ports-68b79a91ae5ee2fd171629605e3351cf3063ec79.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in benchmarks
Notes
Notes: svn path=/head/; revision=336168
Diffstat (limited to 'benchmarks/nosqlbench')
-rw-r--r--benchmarks/nosqlbench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile
index 04be560ceb84..11bf25aa79e6 100644
--- a/benchmarks/nosqlbench/Makefile
+++ b/benchmarks/nosqlbench/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/vg
MAINTAINER= vg@FreeBSD.org
COMMENT= Micro-benchmarking NoSQL storage
-LIB_DEPENDS= tarantool:${PORTSDIR}/databases/tarantool
+LIB_DEPENDS= libtarantool.so:${PORTSDIR}/databases/tarantool
DATE= 20120802
USE_BZIP2= yes