diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
commit | 2898e3fa0cd98a2293e7ac858e3efaf16444c98c (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /security/gsasl/Makefile | |
parent | Update to 1.5.2 (diff) |
Chase security/libgcrypt update
Notes
Notes:
svn path=/head/; revision=317220
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index f69f14d9e809..941283a69581 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsasl PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -12,7 +12,7 @@ MAINTAINER= johans@FreeBSD.org COMMENT= GNU SASL Library LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ + gcrypt:${PORTSDIR}/security/libgcrypt \ gnutls.26:${PORTSDIR}/security/gnutls \ ntlm.0:${PORTSDIR}/security/libntlm |