summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2016-01-05 19:47:12 +0000
committeragc <agc@pkgsrc.org>2016-01-05 19:47:12 +0000
commited600b51b380fc2277962ca16203d63b005cc592 (patch)
treecd04a63f84b7931b3b78faa2c635f9c254257364 /security
parentf5c9f85f9f733b7d2dbc8fa5ee11c59c5b286827 (diff)
downloadpkgsrc-ed600b51b380fc2277962ca16203d63b005cc592.tar.gz
Make sure we have a version of go on the machine on which we're
building boringssl.
Diffstat (limited to 'security')
-rw-r--r--security/boringssl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile
index 475a59eb97d..4cad5464a74 100644
--- a/security/boringssl/Makefile
+++ b/security/boringssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2015/12/31 02:57:35 agc Exp $
+# $NetBSD: Makefile,v 1.2 2016/01/05 19:47:12 agc Exp $
DISTNAME= boringssl-20151230
CATEGORIES= security
@@ -11,6 +11,8 @@ LICENSE= openssl
WRKSRC= ${WRKDIR}/boringssl
+BUILD_DEPENDS+= go>=1.4:../../lang/go
+
USE_TOOLS+= cmake perl
USE_LANGUAGES+= c c++