diff options
Diffstat (limited to 'net-im/loudmouth/Makefile')
-rw-r--r-- | net-im/loudmouth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 045427974b44..81a014d15380 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -7,7 +7,7 @@ PORTNAME= loudmouth PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -29,7 +29,7 @@ OPTIONS= GNUTLS "Enable SSL (via GnuTLS) support" on .include <bsd.port.pre.mk> .if !defined(WITHOUT_GNUTLS) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-ssl .endif |