diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-01 20:33:45 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-01 20:33:45 +0000 |
commit | 7cb3294da78ddd596f197b8f599a9bc3f3c83eac (patch) | |
tree | 1c72184bc6e535e324c3903ec7138b0daceaed97 /benchmarks | |
parent | 8b1dce6212c686a1fbedd71ad7127d0dfc2cb54e (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/sipp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index fcd438fd523b..8d627f10bf46 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -7,6 +7,7 @@ PORTNAME= sipp PORTVERSION= 3.1.20090121 +PORTREVISION= 1 CATEGORIES= benchmarks net MASTER_SITES= http://sipp.sourceforge.net/snapshots/ DISTNAME= ${PORTNAME}.2009-01-21 @@ -30,7 +31,7 @@ OPTIONS= OPENSSL "OpenSSL support (for digest auth and SIP over TLS)" on \ .include <bsd.port.pre.mk> .if defined(WITH_GSL) -LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl MAKE_ENV+= EXTRACPPFLAGS=-DHAVE_GSL \ EXTRACFLAGS=-DHAVE_GSL \ |