diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
commit | f32c11d872ea222db4b9c33da363f2a8098194e1 (patch) | |
tree | b1caddc6f61d87da0f97b4f1e91b311c70bf3f97 /net/spserver | |
parent | 89dbb0c8e2caff37277d7ad2e3b13666c62b13df (diff) | |
download | freebsd-ports-gnome-f32c11d872ea222db4b9c33da363f2a8098194e1.tar.gz freebsd-ports-gnome-f32c11d872ea222db4b9c33da363f2a8098194e1.tar.zst freebsd-ports-gnome-f32c11d872ea222db4b9c33da363f2a8098194e1.zip |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Diffstat (limited to 'net/spserver')
-rw-r--r-- | net/spserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spserver/Makefile b/net/spserver/Makefile index 58c0ac6dfc27..b505bd7f7817 100644 --- a/net/spserver/Makefile +++ b/net/spserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= spserver PORTVERSION= 0.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -37,7 +37,7 @@ PLIST_SUB+= WITH_MATRIXSSL="@comment " .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls ALL_TARGET+= build_gnutls PLIST_SUB+= WITH_GNUTLS="" .else |