pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libquic After much prodding by joerg (thanks!), ad...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f92ff5d8157d
branches: trunk
changeset: 364267:f92ff5d8157d
user: agc <agc%pkgsrc.org@localhost>
date: Thu Jun 22 16:56:47 2017 +0000
description:
After much prodding by joerg (thanks!), add a build dependency on go -
needed for compilation
diffstat:
net/libquic/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fe7d08bf4fe2 -r f92ff5d8157d net/libquic/Makefile
--- a/net/libquic/Makefile Thu Jun 22 16:10:39 2017 +0000
+++ b/net/libquic/Makefile Thu Jun 22 16:56:47 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/05/31 23:17:26 agc Exp $
+# $NetBSD: Makefile,v 1.4 2017/06/22 16:56:47 agc Exp $
DISTNAME= libquic-0.0.3
PKGREVISION= 1
@@ -10,7 +10,7 @@
COMMENT= Multiplexed stream transport over UDP
LICENSE= modified-bsd
-DEPENDS+= go-[0-9]*:../../lang/go
+BUILD_DEPENDS+= go-[0-9]*:../../lang/go
SUBST_CLASSES+= path
SUBST_STAGE.link= post-patch
Home |
Main Index |
Thread Index |
Old Index