$OpenBSD: patch-Makefile,v 1.1.1.1 2016/03/01 15:19:10 jasper Exp $

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

--- Makefile.orig	Fri Feb 12 19:58:22 2016
+++ Makefile	Fri Feb 12 19:58:34 2016
@@ -19,9 +19,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
-	ttf2eot "$*.ttf" > "Webfonts/$*.eot"
 
 $(CSS_FILE): $(CSS_FRAGMENTS)
 	cat $(foreach v,$(CSS_FRAGMENTS),$(if $(findstring Mono,$v),$v)) > $(CSS_FILE)
