summaryrefslogtreecommitdiff
path: root/benchmarks/sipp
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-12-01 20:33:45 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-12-01 20:33:45 +0000
commit7cb3294da78ddd596f197b8f599a9bc3f3c83eac (patch)
tree1c72184bc6e535e324c3903ec7138b0daceaed97 /benchmarks/sipp
parentUpdate to 1.13 (diff)
Chase math/gsl update,
bump PORTREVISION
Notes
Notes: svn path=/head/; revision=245074
Diffstat (limited to 'benchmarks/sipp')
-rw-r--r--benchmarks/sipp/Makefile3
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 \