$OpenBSD: patch-Makefile,v 1.2 2017/04/15 14:51:08 jasper Exp $

Don't build webfonts which require two additional (unported) dependencies.

--- Makefile.orig	Sat Apr 15 16:50:11 2017
+++ Makefile	Sat Apr 15 16:50:43 2017
@@ -20,11 +20,6 @@ OTF/%.otf %.ttf Webfonts/%.svg Webfonts/%.eot Webfonts
 	# TODO determine perfect parameters
 	ttfautohint "$*.ttf" "$*.hinted.ttf"
 	mv "$*.hinted.ttf" "$*.ttf"
-	sfnt2woff "OTF/$*.otf"
-	mv "OTF/$*.woff" Webfonts
-	woff2_compress "$*.ttf"
-	mv "$*.woff2" Webfonts
-	ttf2eot "$*.ttf" > "Webfonts/$*.eot"
 
 $(CSS_FILE): $(CSS_FRAGMENTS)
 	cat $(foreach v,$(CSS_FRAGMENTS),$(if $(findstring Mono,$v),$v)) > $(CSS_FILE)
