mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +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:
@@ -21,7 +21,7 @@ PROVIDES="
|
||||
cmd:aclocal_1.11 = $portVersion compat >= 1.11
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
haiku
|
||||
cmd:awk
|
||||
coreutils
|
||||
diffutils
|
||||
@@ -32,7 +32,7 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
haiku_devel
|
||||
cmd:autoconf >= 2.60
|
||||
cmd:make
|
||||
cmd:perl >= 5.8
|
||||
|
||||
Reference in New Issue
Block a user