diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-03-03 11:57:08 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-03-03 11:57:08 +0000 |
commit | c9536f39b314cc055496892d6f9598434770c4b3 (patch) | |
tree | 7a7761c4465ce6894fc0b4bd8cb65f84b82a46a3 /net-im/gloox | |
parent | 4585b4adc053c2df42c76e150ac9354191402282 (diff) | |
download | ports-c9536f39b314cc055496892d6f9598434770c4b3.tar.gz ports-c9536f39b314cc055496892d6f9598434770c4b3.zip |
Notes
Diffstat (limited to 'net-im/gloox')
-rw-r--r-- | net-im/gloox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile index f51893100d66..8d04e0ff3fef 100644 --- a/net-im/gloox/Makefile +++ b/net-im/gloox/Makefile @@ -7,6 +7,7 @@ PORTNAME= gloox PORTVERSION= 0.9.9.3 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ @@ -14,7 +15,7 @@ MAINTAINER= trasz@FreeBSD.org COMMENT= Jabber/XMPP client library LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ - gnutls.13:${PORTSDIR}/security/gnutls + gnutls.26:${PORTSDIR}/security/gnutls USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes |