pkgsrc-WIP-changes archive

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

go-gopacket: Add a missing dependency



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Fri Aug 31 16:52:50 2018 -0700
Changeset:	0871ad615f9ee59ccd3661ccd8f8b3c5b71cb3a3

Modified Files:
	go-gopacket/Makefile

Log Message:
go-gopacket: Add a missing dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0871ad615f9ee59ccd3661ccd8f8b3c5b71cb3a3

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

diffstat:
 go-gopacket/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/go-gopacket/Makefile b/go-gopacket/Makefile
index a24035fb03..b5e5d215a5 100644
--- a/go-gopacket/Makefile
+++ b/go-gopacket/Makefile
@@ -16,6 +16,7 @@ GO_DIST_BASE=	${DISTNAME}
 GO_SRCPATH=	${HOMEPAGE:S,https://,,}
 
 .include "../../devel/go-sys/buildlink3.mk"
+.include "../../net/go-net/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../lang/go/go-package.mk"
 


Home | Main Index | Thread Index | Old Index