pkgsrc-WIP-changes archive

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

collectd-riemann: this needs protobuf-c's bl3.mk, make it so



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Aug 18 12:26:12 2020 +0200
Changeset:	976ea93f7017b80ff4015e1ebdbe5059396af0d6

Modified Files:
	collectd-riemann/Makefile

Log Message:
collectd-riemann: this needs protobuf-c's bl3.mk, make it so

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

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

diffstat:
 collectd-riemann/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/collectd-riemann/Makefile b/collectd-riemann/Makefile
index 11c3b122c2..ecd6838e64 100644
--- a/collectd-riemann/Makefile
+++ b/collectd-riemann/Makefile
@@ -11,7 +11,7 @@ PKGREVISION=		7
 #COLLECTD_LIB.protobuf-c=${BUILDLINK_PREFIX.protobuf-c}
 COLLECTD_LIB.riemann-client=${BUILDLINK_PREFIX.riemann-client}
 
-BUILD_DEPENDS+=		protobuf-c-[0-9]*:../../devel/protobuf-c
+.include "../../devel/protobuf-c/buildlink3.mk"
 
 .include "../../wip/collectd/Makefile.common"
 


Home | Main Index | Thread Index | Old Index