summaryrefslogtreecommitdiff
path: root/net/glib-networking
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-07-08 18:51:15 +0000
committerdrochner <drochner@pkgsrc.org>2011-07-08 18:51:15 +0000
commitce68206c2ec5b944d31c4340fea462ff5fd96018 (patch)
treef0c7014a04403589c67967e2dd8c041d87abac90 /net/glib-networking
parentc5542a9e66b57d3ff4b3a7138f574728a1a7a74a (diff)
downloadpkgsrc-ce68206c2ec5b944d31c4340fea462ff5fd96018.tar.gz
add a comment about the pkg not dealing correctly with recent gnutls
built against "nettle", but don't do anything for now because the patch would be expensive
Diffstat (limited to 'net/glib-networking')
-rw-r--r--net/glib-networking/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile
index acd5aca069f..bbe33cb81dc 100644
--- a/net/glib-networking/Makefile
+++ b/net/glib-networking/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/05/25 09:51:35 drochner Exp $
+# $NetBSD: Makefile,v 1.6 2011/07/08 18:51:15 drochner Exp $
#
DISTNAME= glib-networking-2.28.7
@@ -24,5 +24,7 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0
BUILDLINK_API_DEPENDS.libproxy+= libproxy>=0.3.1
.include "../../www/libproxy/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
+# XXX libcgrypt is not necessary if gnutls was built against nettle,
+# but the assumption is hardwired at multiple places
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"