Description: set "slob" as non-available platform
 Upstream's make (AKA make build) also calls rules for slob, for which the
 converter is not part of Debian. Hence this bit was removed.
Author: Sebastian Humenda <shumenda@gmx.de>
Last-Update: 2018-08-02

Index: freedict-tools/mk/dicts.mk
===================================================================
--- freedict-tools.orig/mk/dicts.mk
+++ freedict-tools/mk/dicts.mk
@@ -22,7 +22,7 @@ UNSUPPORTED_PLATFORMS = evolutionary
 endif
 
 
-available_platforms := src dictd slob
+available_platforms := src dictd
 
 dictname ?= $(shell basename "$(shell pwd)")
 xsldir ?= $(FREEDICT_TOOLS)/xsl
