aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2007-06-29 13:46:43 +0800
committerijliao <ijliao@FreeBSD.org>2007-06-29 13:46:43 +0800
commita642683789d1f7ccdc0a3f9fc7bbd59f97931a7a (patch)
treebd3b68b1c1616483b7e8a56c691742eed57b2f7d /net
parentbf1a249551c4d907662c20a0e8344db52ad0d64a (diff)
downloadfreebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.tar.gz
freebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.tar.zst
freebsd-ports-gnome-a642683789d1f7ccdc0a3f9fc7bbd59f97931a7a.zip
chase math/gsl lib version
Diffstat (limited to 'net')
-rw-r--r--net/sipp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sipp/Makefile b/net/sipp/Makefile
index 92d05fe75aae..9b1b0db47615 100644
--- a/net/sipp/Makefile
+++ b/net/sipp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sipp
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= sipp
@@ -28,7 +29,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.9:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl
MAKE_ENV+= EXTRACPPFLAGS=-DHAVE_GSL \
EXTRACFLAGS=-DHAVE_GSL \