summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2008-01-31 01:04:26 +0000
committerreed <reed@pkgsrc.org>2008-01-31 01:04:26 +0000
commit4cf580463042a8ac0d6a917f83aa68cd1d75bec1 (patch)
tree666f5c8a6987f1fd95510421333d13d1a33745c8 /security
parente4a7a3748302aacdd0fa875e932e5b692aea83c4 (diff)
downloadpkgsrc-4cf580463042a8ac0d6a917f83aa68cd1d75bec1.tar.gz
Increase the BUILDLINK_API_DEPENDS.gnutls to at least gnutls>=1.2.6
which is still very old. This fixes problem where building something depending on gnutls when old gnutls is already installed using liblzo won't buildlink because lzo is not installed. This forces a newer gnutls to be installed that uses lzo instead.
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/buildlink3.mk b/security/gnutls/buildlink3.mk
index 374e5fff89a..3d5230c0722 100644
--- a/security/gnutls/buildlink3.mk
+++ b/security/gnutls/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2007/09/05 21:51:21 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2008/01/31 01:04:26 reed Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GNUTLS_BUILDLINK3_MK:= ${GNUTLS_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= gnutls
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gnutls
.if !empty(GNUTLS_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.gnutls+= gnutls>=1.0.13
+BUILDLINK_API_DEPENDS.gnutls+= gnutls>=1.2.6
BUILDLINK_ABI_DEPENDS.gnutls+= gnutls>=1.6.3nb1
BUILDLINK_PKGSRCDIR.gnutls?= ../../security/gnutls
.endif # GNUTLS_BUILDLINK3_MK