aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/sipp
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-11 22:38:29 +0800
committerbapt <bapt@FreeBSD.org>2013-12-11 22:38:29 +0800
commit5cdabb4f61e6eb4d4cd9d1fff46773736008756a (patch)
tree9d1491c97af6f7e587cf5112f9abd6d9038dab4c /benchmarks/sipp
parentf9dcf01b009f275ea77e1b48467b445504d97daa (diff)
downloadfreebsd-ports-gnome-5cdabb4f61e6eb4d4cd9d1fff46773736008756a.tar.gz
freebsd-ports-gnome-5cdabb4f61e6eb4d4cd9d1fff46773736008756a.tar.zst
freebsd-ports-gnome-5cdabb4f61e6eb4d4cd9d1fff46773736008756a.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in benchmarks
Diffstat (limited to 'benchmarks/sipp')
-rw-r--r--benchmarks/sipp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index bc8dee09d60e..3190a68afeaf 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -32,7 +32,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGSL}
-LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl
MAKE_ENV+= EXTRACPPFLAGS=-DHAVE_GSL \
EXTRACFLAGS=-DHAVE_GSL \