summaryrefslogtreecommitdiffstats
path: root/devel/libsoup
diff options
context:
space:
mode:
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 1c9b3578f..c90dc299d 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libsoup
PORTVERSION= 2.1.11
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1
@@ -30,7 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB= VERSION="2.2"
.if !defined(WITHOUT_SSL)
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+=--disable-ssl
.endif