diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 4 | ||||
-rw-r--r-- | net-im/gloox/Makefile | 3 | ||||
-rw-r--r-- | net-im/libpurple/Makefile | 2 | ||||
-rw-r--r-- | net-im/loudmouth/Makefile | 3 |
4 files changed, 7 insertions, 5 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index eb3e8be4ba67..8578ab188867 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -7,7 +7,7 @@ PORTNAME= gaim PORTVERSION= 1.5.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -58,7 +58,7 @@ PLIST_SUB+= EVO="@comment " .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnutls .endif diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index bf1ecfbaae07..83135ea97dc7 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -7,6 +7,7 @@ PORTNAME= gloox PORTVERSION= 0.8.8 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ @@ -15,7 +16,7 @@ COMMENT= Jabber/XMPP client library LIB_DEPENDS= iksemel.3:${PORTSDIR}/textproc/iksemel \ idn.16:${PORTSDIR}/dns/libidn \ - gnutls.15:${PORTSDIR}/security/gnutls + gnutls.13:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index c470c0c6d2b2..353d9676124a 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -8,7 +8,7 @@ PORTNAME?= libpurple PORTVERSION= 2.0.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pidgin diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 75f056bb71a2..d7f3932e62a4 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -7,6 +7,7 @@ PORTNAME= loudmouth PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \ ${MASTER_SITE_GNOME} @@ -29,7 +30,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on .include <bsd.port.pre.mk> .if !defined(WITHOUT_GNUTLS) -LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-ssl .endif |