From dbd66ef3c6f89cfa29dc8a572f2b1772ac6c8e13 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 26 Mar 2020 15:55:13 +0100 Subject: [PATCH] maeparser: fix boot dependencies --- sci-chemistry/maeparser/maeparser-1.2.3.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/maeparser/maeparser-1.2.3.recipe b/sci-chemistry/maeparser/maeparser-1.2.3.recipe index 9d0260efc..e7750bd90 100644 --- a/sci-chemistry/maeparser/maeparser-1.2.3.recipe +++ b/sci-chemistry/maeparser/maeparser-1.2.3.recipe @@ -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="