The Makefile.ams for fonts are using $^ to refer to the sources they use, which isn't available for FreeBSD's make. $< is, though, and since we're only ever having one source, it works fine. Patch attached.
Created attachment 3870 [details] [review] use an appropriate automatic variable for both freebsd and gnu make
Comment on attachment 3870 [details] [review] use an appropriate automatic variable for both freebsd and gnu make Looks good to me & works with Solaris make too. Approved - please commit.
Committed.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.