summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-01-09 16:34:19 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-01-09 16:34:19 +0000
commit17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc (patch)
tree4c12496cc051dfc76a8f0957842dbd95e6dfcf7a /net-im
parentUpdate to 1.2.9. (diff)
Chase gnutls update.
Notes
Notes: svn path=/head/; revision=153142
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile2
-rw-r--r--net-im/loudmouth/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index d6bc2ba47ce8..04c02ba2b699 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gaim
PORTVERSION= 1.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index 045427974b44..81a014d15380 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -7,7 +7,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
@@ -29,7 +29,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GNUTLS)
-LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-ssl
.endif