mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 02:00:06 +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:
@@ -28,12 +28,12 @@ PROVIDES="
|
||||
lib:libcppunit_1.12 = $portVersion compat >= 1.12
|
||||
"
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
haiku
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
haiku_devel
|
||||
cmd:libtoolize
|
||||
cmd:autoreconf
|
||||
cmd:g++
|
||||
|
||||
Reference in New Issue
Block a user