From d9d5efcb728b8fb541cd6be188e45940a3c2db91 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 25 Apr 2013 17:56:52 +0200 Subject: [PATCH] Small correction in yasm 1.2.0 recipe Use the portVersion veriable instead of hard-coding the version. --- dev-lang/yasm/yasm-1.2.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/yasm/yasm-1.2.0.recipe b/dev-lang/yasm/yasm-1.2.0.recipe index 4d5eb44ff..45b9e7371 100644 --- a/dev-lang/yasm/yasm-1.2.0.recipe +++ b/dev-lang/yasm/yasm-1.2.0.recipe @@ -15,8 +15,8 @@ ARCHITECTURES="x86_gcc2 ?x86" PROVIDES=" yasm = $portVersion compat >= 1 - cmd:yasm = 1.2.0 compat >= 1 - lib:libyasm = 1.2.0 compat >= 1.2 + cmd:yasm = $portVersion compat >= 1 + lib:libyasm = $portVersion compat >= 1.2 " REQUIRES=" haiku >= $haikuVersion