summaryrefslogtreecommitdiff
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
commit53ae89f1c42e8834d9625ec0a899b1e1bd50d34d (patch)
tree04999e3c807e0bb737912f4663879d7241f5ba64
parente3e77311bf1452fb6d773588a5935fdc21d73127 (diff)
downloadpkgsrc-53ae89f1c42e8834d9625ec0a899b1e1bd50d34d.tar.gz
Increase the BUILDLINK_API_DEPENDS.libgcrypt requirement.
The configure requires GCRY_CIPHER_CAMELLIA128. (Not bumping PKGREVISION as this is a build issue.)
-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"