diff options
author | wen <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
commit | 2485fe149efc978d155393f33f5e726cede4736a (patch) | |
tree | 1ee635f2ee7443b3c01fb63f5769fdc72b2f74be /benchmarks/sipp | |
parent | 6f1eb824beba87cbcb6f9543780fd30fc64d302f (diff) | |
download | FreeBSD-ports-2485fe149efc978d155393f33f5e726cede4736a.zip FreeBSD-ports-2485fe149efc978d155393f33f5e726cede4736a.tar.gz |
- Bump PORTREVISION to chase the update of math/gsl
Diffstat (limited to 'benchmarks/sipp')
-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 ba4c139..72225be 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 \ |