Index: Makefile
===================================================================
--- Makefile (revision 52)
+++ Makefile (revision 53)
@@ -1364,7 +1364,15 @@
REQUIRES += app/c2man/2.0.42
REQUIRES += libs/protobuf/23.0
+REQUIRES += dev/vala/0.56.6
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += dev/vala/0.56.6-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += dev/vala/0.56.6-x86_32
+endif
+
#######
####### Database Servers:
#######