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="
|
||||
app:blobwars = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libSDL_mixer
|
||||
lib:libSDL_image
|
||||
@@ -31,7 +31,7 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
haiku_devel
|
||||
devel:libSDL
|
||||
devel:libSDL_mixer
|
||||
devel:libSDL_image
|
||||
|
||||
Reference in New Issue
Block a user