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:           Thu Jun 22 16:56:48 UTC 2017

Modified Files:
        pkgsrc/net/libquic: Makefile

Log Message:
After much prodding by joerg (thanks!), add a build dependency on go -
needed for compilation


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/net/libquic/Makefile:1.4
--- pkgsrc/net/libquic/Makefile:1.3     Wed May 31 23:17:26 2017
+++ pkgsrc/net/libquic/Makefile Thu Jun 22 16:56:47 2017
@@ -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 @@ MAINTAINER=   agc%NetBSD.org@localhost
 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