summaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorgdt <gdt>2016-09-15 15:44:27 +0000
committergdt <gdt>2016-09-15 15:44:27 +0000
commit07e6665c81e36fcfa0b6b0475cac2f74e0f78d56 (patch)
treed7df25e15f7ddb20b393ec1356216ffd34733959 /security/gnutls
parent03f1dc39d27861f6a099b5b4d6db830f1b0cf1f9 (diff)
downloadpkgsrc-07e6665c81e36fcfa0b6b0475cac2f74e0f78d56.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/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 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"