diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-03-13 11:55:38 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-03-13 11:55:38 +0000 |
commit | 240466f0f3d5963b7a6355ef6e5dbbe77e6420e3 (patch) | |
tree | 9352ff176ada6da35bb50baab6a44ad7975c75f3 /security/gsasl/Makefile | |
parent | Update to 2.2.3. (diff) |
Make hidden dependency on GnuTLS explicit
Reported by: Bjoern Koenig <bkoenig@alpha-tierchen.de>
Notes
Notes:
svn path=/head/; revision=270783
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index da1437f8af40..78b512afa893 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -8,6 +8,7 @@ PORTNAME= gsasl PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +18,7 @@ COMMENT= GNU SASL Library LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ + gnutls.40:${PORTSDIR}/security/gnutls \ ntlm.0:${PORTSDIR}/security/libntlm USE_GNOME= gnomehack gnometarget pkgconfig |