From c7bbade4bb361eee6e27b309a615ecc01db5efcf Mon Sep 17 00:00:00 2001 From: Artur Jamro Date: Wed, 1 Jan 2014 18:59:00 +0000 Subject: [PATCH] Torrentor recipe file: cosmetic patch --- haiku-apps/torrentor/torrentor-0.0.5.recipe | 36 +++++++++++---------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/haiku-apps/torrentor/torrentor-0.0.5.recipe b/haiku-apps/torrentor/torrentor-0.0.5.recipe index a2fbce145..0cdb168e6 100644 --- a/haiku-apps/torrentor/torrentor-0.0.5.recipe +++ b/haiku-apps/torrentor/torrentor-0.0.5.recipe @@ -17,23 +17,7 @@ SECONDARY_ARCHITECTURES="x86" PROVIDES=" torrentor${secondaryArchSuffix} = $portVersion - app:torrentor${secondaryArchSuffix} = $portVersion" - -BUILD_PREREQUIRES=" - makefile_engine - curl${secondaryArchSuffix} - cmd:jam - cmd:gcc${secondaryArchSuffix} - cmd:make - cmd:mkdepend" - - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel >= $haikuVersion - devel:libevent${secondaryArchSuffix} - devel:libssl${secondaryArchSuffix} - devel:libcurl${secondaryArchSuffix} - devel:libz${secondaryArchSuffix} # one of dependency needs it + app:torrentor${secondaryArchSuffix} = $portVersion " REQUIRES=" @@ -43,6 +27,24 @@ REQUIRES=" lib:libevent${secondaryArchSuffix} lib:libz${secondaryArchSuffix} " + +BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel >= $haikuVersion + devel:libevent${secondaryArchSuffix} + devel:libssl${secondaryArchSuffix} + devel:libcurl${secondaryArchSuffix} + devel:libz${secondaryArchSuffix} + " + +BUILD_PREREQUIRES=" + makefile_engine + curl${secondaryArchSuffix} + cmd:jam + cmd:gcc${secondaryArchSuffix} + cmd:make + cmd:mkdepend + " + BUILD() {