diff --git a/dev-util/r2ghidra/r2ghidra-6.0.4.recipe b/dev-util/r2ghidra/r2ghidra-6.0.4.recipe index 4a6637c6c..4abe0bba3 100644 --- a/dev-util/r2ghidra/r2ghidra-6.0.4.recipe +++ b/dev-util/r2ghidra/r2ghidra-6.0.4.recipe @@ -41,7 +41,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then commandSuffix= fi -radare2Ver="6.0.4" +#radare2Ver="6.0.4" PROVIDES=" r2ghidra$secondaryArchSuffix = $portVersion @@ -54,9 +54,9 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libr_anal$secondaryArchSuffix == $radare2Ver - devel:libr_asm$secondaryArchSuffix == $radare2Ver - devel:libr_core$secondaryArchSuffix == $radare2Ver + devel:libr_anal$secondaryArchSuffix #== $radare2Ver + devel:libr_asm$secondaryArchSuffix #== $radare2Ver + devel:libr_core$secondaryArchSuffix #== $radare2Ver " BUILD_PREREQUIRES=" cmd:awk