diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-28 09:40:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-28 09:40:54 +0000 |
commit | 0c2310d25b5e57d7a55a65d2d85e0664f4dd011c (patch) | |
tree | 6c1701c340d19a23d2c2885f41508b912d760a3c | |
parent | fa48464c7b2bea97b57830b205c5e4b8ecb69856 (diff) | |
download | pkgsrc-0c2310d25b5e57d7a55a65d2d85e0664f4dd011c.tar.gz |
fonts/Makefile: + woff2
-rw-r--r-- | fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index 7ad8baf08b7..0f5539fd03a 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.315 2018/03/13 21:19:52 bsiegert Exp $ +# $NetBSD: Makefile,v 1.316 2018/04/28 09:40:54 wiz Exp $ # COMMENT= Fonts @@ -828,6 +828,7 @@ SUBDIR+= vera-ttf SUBDIR+= vfontcap-kochi SUBDIR+= vlgothic-ttf SUBDIR+= watanabe_vfont +SUBDIR+= woff2 SUBDIR+= xmbdfed .include "../mk/misc/category.mk" |