summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorobache <obache>2008-05-24 04:59:59 +0000
committerobache <obache>2008-05-24 04:59:59 +0000
commit089e5d3a8d7d2543715f6374cdd2486424e6794c (patch)
tree043f25b00f86106719f7b1bee506e7efb0a6ff5e /security
parent1c1f189cb3b81078a34b1d727d6bb8f580af1522 (diff)
downloadpkgsrc-089e5d3a8d7d2543715f6374cdd2486424e6794c.tar.gz
Require libgcrypt>=1.2.2. Noticed by Steve Bellovin in pkgsrc-users@.
And also require opencdk>=0.6.5.
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 0dd593f5488..0c60f186956 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2008/05/22 13:18:52 tnn Exp $
+# $NetBSD: Makefile,v 1.70 2008/05/24 04:59:59 obache Exp $
DISTNAME= gnutls-2.2.5
CATEGORIES= security devel
@@ -28,9 +28,9 @@ INFO_FILES= yes
PKGCONFIG_OVERRIDE= lib/gnutls.pc.in
PKGCONFIG_OVERRIDE+= libextra/gnutls-extra.pc.in
-BUILDLINK_API_DEPENDS.opencdk+= opencdk>=0.6.0
+BUILDLINK_API_DEPENDS.opencdk+= opencdk>=0.6.5
BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4
-BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.2.2
+BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.2.4
MAKE_ENV+= RM=${RM:Q}
MAKE_ENV+= TZ=UTC