aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/loudmouth
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-01-02 16:54:13 +0800
committernovel <novel@FreeBSD.org>2007-01-02 16:54:13 +0800
commit9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch)
tree12d33efb5a1652f97d070a545c3f3e32f7376e51 /net-im/loudmouth
parent9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff)
downloadfreebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.gz
freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.zst
freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.zip
- Chase security/gnutls update
- Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
Diffstat (limited to 'net-im/loudmouth')
-rw-r--r--net-im/loudmouth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index 3c91b4f73493..930a78683b65 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -7,6 +7,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.0.5
+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.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --without-ssl
.endif