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:
Oliver Tappe
2014-12-14 23:08:52 +01:00
parent d6bd7df96e
commit 52b344b97b
927 changed files with 1925 additions and 1925 deletions

View File

@@ -62,7 +62,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
haiku$secondaryArchSuffix
gettext${secondaryArchSuffix}_libintl == $portVersion base
lib:libiconv$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
@@ -73,7 +73,7 @@ BUILD_REQUIRES="
devel:libncurses$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
haiku${secondaryArchSuffix}_devel
cmd:find
cmd:gcc$secondaryArchSuffix
cmd:groff
@@ -118,6 +118,6 @@ PROVIDES_libintl="
lib:libintl${secondaryArchSuffix} = 8.1.2 compat >= 8
"
REQUIRES_libintl="
haiku${secondaryArchSuffix} >= $haikuVersion
haiku${secondaryArchSuffix}
lib:libiconv${secondaryArchSuffix}
"