pkgsrc-WIP-changes archive

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

varnish: include libvarnishapi dependencies in bl3



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Thu Jun 24 00:11:00 2021 +0200
Changeset:	43ab34541c44e1312796c3539dfa6024d3a51103

Modified Files:
	varnish/buildlink3.mk

Log Message:
varnish: include libvarnishapi dependencies in bl3

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

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

diffstat:
 varnish/buildlink3.mk | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/varnish/buildlink3.mk b/varnish/buildlink3.mk
index dd0079c26a..805a4c742c 100644
--- a/varnish/buildlink3.mk
+++ b/varnish/buildlink3.mk
@@ -8,6 +8,9 @@ VARNISH_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.varnish+=	varnish>=6.6.0
 BUILDLINK_PKGSRCDIR.varnish?=	../../wip/varnish
 
+.include "../../devel/libexecinfo/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+
 .endif	# VARNISH_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-varnish


Home | Main Index | Thread Index | Old Index