diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:38:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:38:29 +0000 |
commit | 68b79a91ae5ee2fd171629605e3351cf3063ec79 (patch) | |
tree | 9d1491c97af6f7e587cf5112f9abd6d9038dab4c /benchmarks/sipp | |
parent | b88dba4f2af136fa3454e803e8c1809212bfaa29 (diff) |
Notes
Diffstat (limited to 'benchmarks/sipp')
-rw-r--r-- | benchmarks/sipp/Makefile | 2 |
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 \ |