summaryrefslogtreecommitdiffstats
path: root/devel/libsoup
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-06 01:10:25 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-06 01:10:25 +0800
commitd32e8a571acef02abecc0ffe4725264f4626af1c (patch)
tree2808463b0ea6bc8bcfcf8e40dfc09204919b6e16 /devel/libsoup
parent4e9194e1f6bf80d15e68b4789131d13db5a40077 (diff)
downloadmarcuscom-ports-d32e8a571acef02abecc0ffe4725264f4626af1c.tar
marcuscom-ports-d32e8a571acef02abecc0ffe4725264f4626af1c.tar.gz
marcuscom-ports-d32e8a571acef02abecc0ffe4725264f4626af1c.tar.bz2
marcuscom-ports-d32e8a571acef02abecc0ffe4725264f4626af1c.tar.lz
marcuscom-ports-d32e8a571acef02abecc0ffe4725264f4626af1c.tar.xz
marcuscom-ports-d32e8a571acef02abecc0ffe4725264f4626af1c.tar.zst
marcuscom-ports-d32e8a571acef02abecc0ffe4725264f4626af1c.zip
Chase gnutls's shlib version, which it was downgraded from 13 to 12. Strange.
Reported by: Koop Mast <kwm@rainbow-runner.nl> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2362 df743ca5-7f9a-e211-a948-0013205c9059
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