summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2016-09-15 15:44:27 +0000
committergdt <gdt@pkgsrc.org>2016-09-15 15:44:27 +0000
commit5229ac004b193bdab05cb8ab051cc9d1b15ee314 (patch)
tree866ec684b37d0fbb8a300874e0933943ffb8d82c /security
parent828288aa94023b78c2b1bcb1d9a67ad65b023777 (diff)
downloadpkgsrc-5229ac004b193bdab05cb8ab051cc9d1b15ee314.tar.gz
Change commented-out bl3 to guile20
This package disables guile unconditionally. This just changes the comment to not include 2.0 instead of not including 1.8, to reduce the number of packages that look like they need updating.
Diffstat (limited to 'security')
-rw-r--r--security/gnutls/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 83213efab8a..4624fc25acd 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.161 2016/07/09 06:38:54 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2016/09/15 15:44:27 gdt Exp $
DISTNAME= gnutls-3.3.18
PKGREVISION= 2
@@ -59,5 +59,5 @@ BUILDLINK_API_DEPENDS.libtasn1+= libtasn1>=0.3.4
.include "../../security/libtasn1/buildlink3.mk"
.include "../../security/nettle/buildlink3.mk"
# guile is useful for selftests, but bindings should be separate pkgs
-#.include "../../lang/guile/buildlink3.mk"
+#.include "../../lang/guile20/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"