aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libsoup
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2006-01-10 00:34:19 +0800
committernovel <novel@FreeBSD.org>2006-01-10 00:34:19 +0800
commitd6c502558f6245241ad74976a89c2c9ae937056c (patch)
tree9885c63f2a2deb791401992cc74861b1233c188c /devel/libsoup
parent147bbe8b873d6981cbeba079fb8509b6a5a8711a (diff)
downloadfreebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.tar.gz
freebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.tar.zst
freebsd-ports-gnome-d6c502558f6245241ad74976a89c2c9ae937056c.zip
Chase gnutls update.
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 2268bafb00cf..fd82b744b24c 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libsoup
PORTVERSION= 2.2.7
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2
@@ -31,7 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION="2.2"
.if !defined(WITHOUT_SSL)
-LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+=--disable-ssl
.endif