aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-03-29 09:12:27 +0800
committerwen <wen@FreeBSD.org>2010-03-29 09:12:27 +0800
commit2485fe149efc978d155393f33f5e726cede4736a (patch)
tree1ee635f2ee7443b3c01fb63f5769fdc72b2f74be /benchmarks
parent6f1eb824beba87cbcb6f9543780fd30fc64d302f (diff)
downloadfreebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.tar.gz
freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.tar.zst
freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.zip
- Bump PORTREVISION to chase the update of math/gsl
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/sipp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index ba4c1397bff0..72225be765e2 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sipp
PORTVERSION= 3.1.20090729
+PORTREVISION= 1
CATEGORIES= benchmarks net
MASTER_SITES= http://sipp.sourceforge.net/snapshots/
DISTNAME= ${PORTNAME}.2009-07-29
@@ -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.14:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.15:${PORTSDIR}/math/gsl
MAKE_ENV+= EXTRACPPFLAGS=-DHAVE_GSL \
EXTRACFLAGS=-DHAVE_GSL \