diff options
author | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
commit | eca1cf95d458e76990c77d38103cf30a96c51467 (patch) | |
tree | 55b0de0ced1add49d77516588335a7c063b7227f /net-im/loudmouth | |
parent | 4c532e98adf2028ff3fcc40cedbefb73fe9dc6b5 (diff) | |
download | freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.gz freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.zst freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.zip |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Diffstat (limited to 'net-im/loudmouth')
-rw-r--r-- | net-im/loudmouth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index a97ee056775c..9537c420717f 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -7,6 +7,7 @@ PORTNAME= loudmouth PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= http://ftp.imendio.com/pub/imendio/loudmouth/src/ \ GNOME @@ -30,7 +31,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on .include <bsd.port.pre.mk> .if !defined(WITHOUT_GNUTLS) -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-ssl .endif |