From 9597a02f4012819e050313aa57760e92ab735e90 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 7 Apr 2013 21:43:33 +0000 Subject: [PATCH] Add cmd:tar as requirement of libtool * libtool uses tar to copy files, so it is a runtime requirement --- sys-devel/libtool/libtool-2.4.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/libtool/libtool-2.4.recipe b/sys-devel/libtool/libtool-2.4.recipe index 947d62452..94efe4f42 100644 --- a/sys-devel/libtool/libtool-2.4.recipe +++ b/sys-devel/libtool/libtool-2.4.recipe @@ -14,7 +14,8 @@ PROVIDES="libtool = $portVersion compat >= 2.4 lib:libltdl = 7.3.0 compat >= 7" REQUIRES="haiku >= $haikuVersion cmd:aclocal >= 1.11.1 - cmd:automake >= 1.11.1" + cmd:automake >= 1.11.1 + cmd:tar" BUILD_REQUIRES="cmd:autoconf >= 2.68 cmd:autoheader >= 2.68" BUILD_PREREQUIRES="haiku-devel >= $haikuVersion