mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
eepp: Fix operator in devel requires.
It needs to be a comparison, not an assignment operator.
This commit is contained in:
@@ -29,7 +29,7 @@ REQUIRES="
|
||||
lib:libgl$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_devel="
|
||||
eepp$secondaryArchSuffix = $portVersion
|
||||
eepp$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
Reference in New Issue
Block a user