summaryrefslogtreecommitdiff
path: root/security/go-crypto
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-03-20 12:23:53 +0000
committerwiz <wiz@pkgsrc.org>2017-03-20 12:23:53 +0000
commit3c6491a3e12b38a27ede0a129232212d7a4a879d (patch)
treeab9d6f2a525bd53862a66991feda42e122d802ef /security/go-crypto
parent96c6172e3ac7dc7d8172eb530eecef136adc37eb (diff)
downloadpkgsrc-3c6491a3e12b38a27ede0a129232212d7a4a879d.tar.gz
Mark go-net and go-crypto as BROKEN, since they DEPEND on each other.
Diffstat (limited to 'security/go-crypto')
-rw-r--r--security/go-crypto/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index 363ada6e723..771c2c02dae 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/03/16 19:27:36 bsiegert Exp $
+# $NetBSD: Makefile,v 1.8 2017/03/20 12:23:53 wiz Exp $
DISTNAME= go-crypto-0.0.20170317
CATEGORIES= security
@@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR}
GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*
GO_SRCPATH= golang.org/x/crypto
-.include "../../net/go-net/buildlink3.mk"
+BROKEN= Depends on go-net, which depends on this package.
+
+#.include "../../net/go-net/buildlink3.mk"
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"