From 9478fdc1a6d2b1a82768769c344a98004efd7ceb Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 2 Jan 2016 17:33:31 +0100 Subject: [PATCH] rez: make it pass strict mode. --- haiku-apps/rez/rez-108.recipe | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/haiku-apps/rez/rez-108.recipe b/haiku-apps/rez/rez-108.recipe index 76e988d1c..5dba34679 100644 --- a/haiku-apps/rez/rez-108.recipe +++ b/haiku-apps/rez/rez-108.recipe @@ -11,7 +11,11 @@ HOMEPAGE="https://github.com/HaikuArchives/Rez/archive/v1.0" SOURCE_URI="https://github.com/HaikuArchives/Rez/archive/v1.0.tar.gz" SOURCE_DIR="Rez-1.0" -REVISION="1" +REVISION="2" + +REQUIRES=" + haiku +" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel @@ -19,7 +23,6 @@ BUILD_REQUIRES=" " BUILD_PREREQUIRES=" - haiku cmd:make cmd:flex cmd:bison @@ -44,4 +47,4 @@ INSTALL() { mkdir -p $binDir cp rez $binDir -} \ No newline at end of file +}