summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2009-10-12 15:25:14 +0000
committerreed <reed@pkgsrc.org>2009-10-12 15:25:14 +0000
commitdabacbc230eec761a08e5c33343f20a6b3593856 (patch)
tree04999e3c807e0bb737912f4663879d7241f5ba64 /security
parent8e6053a3c8b5bbfe3cce7b38fda46327deb05e31 (diff)
downloadpkgsrc-dabacbc230eec761a08e5c33343f20a6b3593856.tar.gz
Increase the BUILDLINK_API_DEPENDS.libgcrypt requirement.
The configure requires GCRY_CIPHER_CAMELLIA128. (Not bumping PKGREVISION as this is a build issue.)
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 57523adc680..76e3bb39234 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2009/08/13 18:56:32 snj Exp $
+# $NetBSD: Makefile,v 1.87 2009/10/12 15:25:14 reed Exp $
DISTNAME= gnutls-2.8.3
CATEGORIES= security devel
@@ -49,7 +49,7 @@ post-install:
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libcfg+/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.2.4
+BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.4
.include "../../security/libgcrypt/buildlink3.mk"
BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4
.include "../../security/libtasn1/buildlink3.mk"