mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Small correction in yasm 1.2.0 recipe
Use the portVersion veriable instead of hard-coding the version.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user