Small correction in yasm 1.2.0 recipe

Use the portVersion veriable instead of hard-coding the version.
This commit is contained in:
Ingo Weinhold
2013-04-25 17:56:52 +02:00
parent 1a509f80d1
commit d9d5efcb72

View File

@@ -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