summaryrefslogtreecommitdiff
path: root/devel/libsoup
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-07-01 08:56:16 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-07-01 08:56:16 +0000
commit95eecf16e69745980390ef202f67ec4d0e09f051 (patch)
treec85134f7d4e51bcd8a8619a9bb6e48e31f8c4a19 /devel/libsoup
parent- Update to 1.6.3 (diff)
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Notes
Notes: svn path=/head/; revision=194564
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 6fbc2a8e4ac9..385e1a3ac80d 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libsoup
PORTVERSION= 2.2.100
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -35,7 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION="2.2"
.if !defined(WITHOUT_SSL)
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+=--disable-ssl
.endif