diff options
author | ryoon <ryoon@pkgsrc.org> | 2022-09-26 16:06:25 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2022-09-26 16:06:25 +0000 |
commit | 0e1b72b52f5c8b5cdfecaa5e4e34c20b9d5f542d (patch) | |
tree | 72004c6f90c08291f430276fb294d41496be7a74 /fonts | |
parent | edf9677b0d91f2742d0ef4d9ae510c1d4ad0d127 (diff) | |
download | pkgsrc-0e1b72b52f5c8b5cdfecaa5e4e34c20b9d5f542d.tar.gz |
fonts: Enable noto-fonts
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index 941627ec63e..3c9eccdff93 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.381 2022/08/19 16:45:05 wiz Exp $ +# $NetBSD: Makefile,v 1.382 2022/09/26 16:06:25 ryoon Exp $ # COMMENT= Fonts @@ -193,6 +193,7 @@ SUBDIR+= ms-ttf SUBDIR+= nanum-ttf SUBDIR+= neumeister-otf SUBDIR+= noto-emoji-ttf +SUBDIR+= noto-fonts SUBDIR+= noto-ttf SUBDIR+= ohruri-ttf SUBDIR+= otf2bdf |