pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libquic Make sure pkgsrc/lang/go is installed befo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a0d772b10b1
branches:  trunk
changeset: 363086:8a0d772b10b1
user:      agc <agc%pkgsrc.org@localhost>
date:      Wed May 31 23:17:26 2017 +0000

description:
Make sure pkgsrc/lang/go is installed before trying to use it

diffstat:

 net/libquic/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3916c2647942 -r 8a0d772b10b1 net/libquic/Makefile
--- a/net/libquic/Makefile      Wed May 31 23:05:55 2017 +0000
+++ b/net/libquic/Makefile      Wed May 31 23:17:26 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/07/09 06:38:42 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/05/31 23:17:26 agc Exp $
 
 DISTNAME=      libquic-0.0.3
 PKGREVISION=   1
@@ -10,6 +10,8 @@
 COMMENT=       Multiplexed stream transport over UDP
 LICENSE=       modified-bsd
 
+DEPENDS+=              go-[0-9]*:../../lang/go
+
 SUBST_CLASSES+=                path
 SUBST_STAGE.link=      post-patch
 SUBST_MESSAGE.link=    Fix paths



Home | Main Index | Thread Index | Old Index