From 841da643dc86209bd44381acc39764d2efecacb5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 20 Oct 2008 17:12:44 +0200 Subject: [PATCH] pkg-config: added libtool build dep. --HG-- extra : convert_revision : 25b065f5df4a9fa3df53d73bdd52a387d66f3222 --- templates/pkg-config.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/pkg-config.tmpl b/templates/pkg-config.tmpl index 8830797aca..78949d6e32 100644 --- a/templates/pkg-config.tmpl +++ b/templates/pkg-config.tmpl @@ -12,3 +12,5 @@ long_desc=" pkg-config is a system for managing library compile/link flags that works with automake and autoconf. It replaces the ubiquitous *-config scripts you may have seen with a single tool." + +build_depends="libtool-2.2.6a"