From f9fbf1fd0511e7b376663970dc8f5e02164406b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 21 Nov 2016 20:35:08 +0000 Subject: [PATCH] bash: depends on libhistory. --- app-shells/bash/bash-4.4.005.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-shells/bash/bash-4.4.005.recipe b/app-shells/bash/bash-4.4.005.recipe index aaa2b57e2..0385075c0 100644 --- a/app-shells/bash/bash-4.4.005.recipe +++ b/app-shells/bash/bash-4.4.005.recipe @@ -5,7 +5,7 @@ incorporates useful features from the Korn and C shells (ksh and csh)." HOMEPAGE="https://www.gnu.org/software/bash/" COPYRIGHT="1987-2016 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://ftp.gnu.org/gnu/bash/bash-4.4.tar.gz" CHECKSUM_SHA256="d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb" for i in {001..005}; do @@ -33,6 +33,7 @@ PROVIDES=" " REQUIRES=" haiku + lib:libhistory lib:libreadline >= 7 lib:libncursesw lib:libintl @@ -41,6 +42,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku_devel + devel:libhistory devel:libreadline >= 7 devel:libncursesw devel:libintl