maeparser: fix boot dependencies

This commit is contained in:
Jerome Duval
2020-03-26 15:55:13 +01:00
parent b7b19a54a2
commit dbd66ef3c6

View File

@@ -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="