diff options
Diffstat (limited to 'security/gnutls-devel/Makefile')
-rw-r--r-- | security/gnutls-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 350ef03f01e3..b48efb6a794f 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/devel/ \ @@ -19,7 +19,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= sergei@FreeBSD.org COMMENT= GNU Transport Layer Security library (development version) -LIB_DEPENDS= gcrypt.10:${PORTSDIR}/security/libgcrypt-devel \ +LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \ gpg-error.1:${PORTSDIR}/security/libgpg-error \ tasn1.2:${PORTSDIR}/security/libtasn1 \ opencdk.8:${PORTSDIR}/security/opencdk |