From 8634344439b3808508cdea041e3654e41b8589ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 8 Jan 2020 12:56:54 +0100 Subject: [PATCH] libconfig: needs texinfo in hostmakedepends --- srcpkgs/libconfig/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libconfig/template b/srcpkgs/libconfig/template index 0c007ef2f2c..e5515efcf10 100644 --- a/srcpkgs/libconfig/template +++ b/srcpkgs/libconfig/template @@ -3,7 +3,7 @@ pkgname=libconfig version=1.7.2 revision=2 build_style=gnu-configure -hostmakedepends="automake byacc flex libtool" +hostmakedepends="automake byacc flex libtool texinfo" short_desc="C Configuration File Library" maintainer="Orphaned " homepage="http://hyperrealm.com/libconfig/libconfig.html"