diff options
author | makc <makc@FreeBSD.org> | 2009-12-02 04:33:45 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-12-02 04:33:45 +0800 |
commit | e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067 (patch) | |
tree | 4a71319b4e635e651d3304fb7cb508b383731e30 /benchmarks | |
parent | 2720231d402d1c25cc1ab39d123438f1b32be9f4 (diff) | |
download | freebsd-ports-graphics-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.tar.gz freebsd-ports-graphics-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.tar.zst freebsd-ports-graphics-e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067.zip |
Chase math/gsl update,
bump PORTREVISION
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 fcd438fd523..8d627f10bf4 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 \ |