mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 17:18:51 +02:00
Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since the RequiresUpdater takes care of setting the version of Haiku used for building a package.
This commit is contained in:
@@ -50,7 +50,7 @@ PROVIDES="
|
||||
cmd:rcs2log = $portVersion compat >= 1.12
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
haiku
|
||||
cmd:nano
|
||||
cmd:perl
|
||||
lib:libz
|
||||
@@ -60,7 +60,7 @@ BUILD_REQUIRES="
|
||||
devel:libz >= 1.1.4
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
haiku_devel
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:libtoolize
|
||||
|
||||
Reference in New Issue
Block a user