diff options
author | agc <agc@pkgsrc.org> | 2017-06-22 16:56:47 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2017-06-22 16:56:47 +0000 |
commit | e3702423fb35684831866b43ab2ba8029f581309 (patch) | |
tree | 12610372317e003805c47e21c1cc5a111f82cc18 | |
parent | 76b215c9051ba3f60a21e6a2a32867ebfe3a481a (diff) | |
download | pkgsrc-e3702423fb35684831866b43ab2ba8029f581309.tar.gz |
After much prodding by joerg (thanks!), add a build dependency on go -
needed for compilation
-rw-r--r-- | net/libquic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libquic/Makefile b/net/libquic/Makefile index e4300bd680f..41a0893c5a6 100644 --- a/net/libquic/Makefile +++ b/net/libquic/Makefile @@ -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 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 |