pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls "configure" checks for libtasn1>=0.2.1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7025b665824
branches:  trunk
changeset: 508017:c7025b665824
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Feb 13 11:04:54 2006 +0000

description:
"configure" checks for libtasn1>=0.2.18, so require it explicitely

diffstat:

 security/gnutls/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 22591addfdca -r c7025b665824 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Mon Feb 13 09:16:05 2006 +0000
+++ b/security/gnutls/Makefile  Mon Feb 13 11:04:54 2006 +0000
@@ -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+=   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}



Home | Main Index | Thread Index | Old Index