summaryrefslogtreecommitdiff
path: root/benchmarks/sipp
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/sipp
parentLEGAL: split emulators/fuse-roms into two (diff)
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/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 \