diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
commit | 6c4fa199d028f22e1f32896f15cbafd93ed40845 (patch) | |
tree | 347697fba4162ae0c60ff32a1a87d6d7f894c389 /benchmarks/sipp/Makefile | |
parent | 3af54f2d0c3a2f038cc92d1e368b6500eb1bbc0f (diff) | |
download | ports-6c4fa199d028f22e1f32896f15cbafd93ed40845.tar.gz ports-6c4fa199d028f22e1f32896f15cbafd93ed40845.zip |
Notes
Diffstat (limited to 'benchmarks/sipp/Makefile')
-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 1b042249ea09..6e6569fcf417 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -31,7 +31,7 @@ PCAPPLAY_DESC= RTP play support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGSL} -LIB_DEPENDS+= gsl.16:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl MAKE_ENV+= EXTRACPPFLAGS=-DHAVE_GSL \ EXTRACFLAGS=-DHAVE_GSL \ |