diff --git a/dev-java/jamvm/jamvm-1.5.4.recipe b/dev-java/jamvm/jamvm-1.5.4.recipe index 2308cea60..e402dfc2f 100644 --- a/dev-java/jamvm/jamvm-1.5.4.recipe +++ b/dev-java/jamvm/jamvm-1.5.4.recipe @@ -22,7 +22,8 @@ SECONDARY_ARCHITECTURES="x86" PROVIDES=" jamvm$secondaryArchSuffix = $portVersion cmd:jamvm$secondaryArchSuffix = $portVersion - lib:libjvm_x86 + lib:libjvm$secondaryArchSuffix + devel:libjvm$secondaryArchSuffix " REQUIRES=" haiku$secondaryArchSuffix @@ -56,5 +57,5 @@ BUILD() INSTALL() { make install - prepareInstalledDevelLibs + prepareInstalledDevelLib libjvm }