collectd-unbound: Correct location of go-collectd

This commit is contained in:
Kamil Rytarowski 2017-09-09 05:19:23 +02:00
parent b6b5700ac7
commit 3fa122c205
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ LICENSE= modified-bsd
GO_SRCPATH= github.com/falzm/collectd-unbound
GO_DIST_BASE= ${DISTNAME}-${GITHUB_TAG}*
DEPENDS+= go-collectd-[0-9]*:../../sysutils/go-collectd
DEPENDS+= go-collectd-[0-9]*:../../wip/go-collectd
DEPENDS+= collectd-[0-9]*:../../sysutils/collectd
.include "../../sysutils/go-collectd/buildlink3.mk"
.include "../../wip/go-collectd/buildlink3.mk"
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"