From 80e2775585bd89b861d97dd28f4f63dae0943768 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 28 Apr 2013 00:50:19 +0200 Subject: [PATCH] texinfo requires ncurses The haiku system package did provide ncurses implicitly before, so that was never noticed. --- sys-apps/texinfo/texinfo-4.13a.recipe | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sys-apps/texinfo/texinfo-4.13a.recipe b/sys-apps/texinfo/texinfo-4.13a.recipe index f080a7726..65ec119f6 100644 --- a/sys-apps/texinfo/texinfo-4.13a.recipe +++ b/sys-apps/texinfo/texinfo-4.13a.recipe @@ -3,7 +3,7 @@ DESCRIPTION="Texinfo is the official documentation format of the GNU project." HOMEPAGE="http://www.gnu.org/software/texinfo/" SRC_URI="http://ftp.gnu.org/gnu/texinfo/texinfo-4.13a.tar.gz" CHECKSUM_MD5="71ba711519209b5fb583fed2b3d86fcb" -REVISION="4" +REVISION="5" ARCHITECTURES="x86_gcc2 ?x86" PROVIDES="texinfo = $portVersion compat >= 4.13 @@ -15,8 +15,12 @@ PROVIDES="texinfo = $portVersion compat >= 4.13 cmd:texindex = $portVersion compat >= 4.13 cmd:infokey = $portVersion compat >= 4.13 cmd:pdftexi2dvi = $portVersion compat >= 4.13" -REQUIRES="" -BUILD_REQUIRES="" +REQUIRES=" + ncurses + " +BUILD_REQUIRES=" + $REQUIRES + " BUILD_PREREQUIRES="haiku_devel >= $haikuVersion cmd:gcc cmd:ld