summaryrefslogtreecommitdiff
path: root/devel/go-gox
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2019-08-30 19:22:58 +0000
committermaya <maya@pkgsrc.org>2019-08-30 19:22:58 +0000
commit14b5a7e2528fb067802ae31119b4372659879d34 (patch)
tree526fe070e9fb9e5298243fafd9cdde7b580de6ce /devel/go-gox
parent4d4a73c19f3735023e40cef081cfa38fafea162e (diff)
downloadpkgsrc-14b5a7e2528fb067802ae31119b4372659879d34.tar.gz
go-gox: comment out dependency that wasn't added.
Make the problem of scan failures less pressing.
Diffstat (limited to 'devel/go-gox')
-rw-r--r--devel/go-gox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/go-gox/Makefile b/devel/go-gox/Makefile
index 6521fedb48c..b93db0a3843 100644
--- a/devel/go-gox/Makefile
+++ b/devel/go-gox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/29 13:43:27 he Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/30 19:22:58 maya Exp $
#
NAME= gox
@@ -17,7 +17,7 @@ LICENSE= mpl-2.0
GO_SRCPATH= github.com/mitchellh/gox
GO_DIST_BASE= ${DISTNAME}*
-DEPENDS+= go-iochan-[0-9]*:../../devel/go-iochan
+#DEPENDS+= go-iochan-[0-9]*:../../devel/go-iochan
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"