diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-06 17:41:23 +0000 |
commit | 26d33e9388ed49b2d1c682c076896f04aaf45fe0 (patch) | |
tree | ecb24e727ceae8537e59d0e75c1d2b8e2f7ca1cf /net-im | |
parent | 5396181e478657af59fb7dabc5a2e90f259bf0d0 (diff) |
Notes
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/loudmouth/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index fff4492f2521..5bf35a219810 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -7,7 +7,7 @@ PORTNAME= gaim PORTVERSION= 1.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -54,7 +54,7 @@ PLIST_SUB+= EVO="@comment " .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls:${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 e5ec8b4cded1..f784b20a4749 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -7,6 +7,7 @@ PORTNAME= gloox PORTVERSION= 0.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_BZIP2= yes USE_GNOME= gnomehack diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 203f3a3288ff..b703927634d4 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -7,6 +7,7 @@ PORTNAME= loudmouth PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -28,7 +29,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 |