pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libquic



Module Name:    pkgsrc
Committed By:   agc
Date:           Wed May 31 23:17:26 UTC 2017

Modified Files:
        pkgsrc/net/libquic: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/libquic/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libquic/Makefile
diff -u pkgsrc/net/libquic/Makefile:1.2 pkgsrc/net/libquic/Makefile:1.3
--- pkgsrc/net/libquic/Makefile:1.2     Sat Jul  9 06:38:42 2016
+++ pkgsrc/net/libquic/Makefile Wed May 31 23:17:26 2017
@@ -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 @@ MAINTAINER=   agc%NetBSD.org@localhost
 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