From dc39470e377510a03cac7bb8dd4a12be88957a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 28 Jul 2014 15:15:26 +0200 Subject: [PATCH] lame: require ncurses It's optional but lets the CLI frontend use terminfo. --- media-sound/lame/lame-3.99.5.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-sound/lame/lame-3.99.5.recipe b/media-sound/lame/lame-3.99.5.recipe index 23303d769..91bd45b33 100644 --- a/media-sound/lame/lame-3.99.5.recipe +++ b/media-sound/lame/lame-3.99.5.recipe @@ -29,10 +29,12 @@ fi REQUIRES=" haiku$secondaryArchSuffix >= $haikuVersion lib:libiconv$secondaryArchSuffix + lib:libncurses$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion devel:libiconv$secondaryArchSuffix + devel:libncurses$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:aclocal