summaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authordrochner <drochner>2006-02-13 11:04:54 +0000
committerdrochner <drochner>2006-02-13 11:04:54 +0000
commitbbaa39bc6005581de9095c18328e3c4ba08c1a56 (patch)
tree99fed0352b05fd0ace3538f9e1fdafebcd50ef0f /security/gnutls
parent3547bb2c31438be844d5d9e2922e03dc060e587e (diff)
downloadpkgsrc-bbaa39bc6005581de9095c18328e3c4ba08c1a56.tar.gz
"configure" checks for libtasn1>=0.2.18, so require it explicitely
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 5866ad97a25..434e467691b 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/02/10 12:39:25 drochner Exp $
+# $NetBSD: Makefile,v 1.42 2006/02/13 11:04:54 drochner Exp $
DISTNAME= gnutls-1.3.4
CATEGORIES= security devel
@@ -26,7 +26,7 @@ PKGCONFIG_OVERRIDE= lib/gnutls.pc.in
PKGCONFIG_OVERRIDE+= libextra/gnutls-extra.pc.in
BUILDLINK_DEPENDS.opencdk+= opencdk>=0.5.5
-BUILDLINK_DEPENDS.libtasn1+= libtasn1>=0.2.11
+BUILDLINK_DEPENDS.libtasn1+= libtasn1>=0.2.18
BUILDLINK_DEPENDS.libgcrypt+= libgcrypt>=1.2.2
MAKE_ENV+= RM=${RM:Q}