diff options
author | bf <bf@FreeBSD.org> | 2013-08-27 00:06:37 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-08-27 00:06:37 +0800 |
commit | 1851b95b9492315bfd099d4f65c9edda47271bb4 (patch) | |
tree | 347697fba4162ae0c60ff32a1a87d6d7f894c389 /benchmarks | |
parent | d20958189a812014914778007f4aabed5f350cea (diff) | |
download | freebsd-ports-graphics-1851b95b9492315bfd099d4f65c9edda47271bb4.tar.gz freebsd-ports-graphics-1851b95b9492315bfd099d4f65c9edda47271bb4.tar.zst freebsd-ports-graphics-1851b95b9492315bfd099d4f65c9edda47271bb4.zip |
Update math/gsl to 1.16 and adjust some dependent ports
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/flowgrind/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/sipp/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile index a59a9a3e9d8..28b134835b7 100644 --- a/benchmarks/flowgrind/Makefile +++ b/benchmarks/flowgrind/Makefile @@ -3,6 +3,7 @@ PORTNAME= flowgrind PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= https://launchpad.net/flowgrind/trunk/${PORTNAME}-0.6.1/+download/ diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index 1b042249ea0..6e6569fcf41 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 \ |