mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
maeparser: fix boot dependencies
This commit is contained in:
@@ -21,7 +21,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libboost_iostream$secondaryArchSuffix
|
||||
lib:libboost_iostreams$secondaryArchSuffix
|
||||
lib:libboost_regex$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
@@ -36,7 +36,8 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.69
|
||||
devel:libboost_iostreams$secondaryArchSuffix >= 1.69
|
||||
devel:libboost_regex$secondaryArchSuffix >= 1.69
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user