diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-21 13:47:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-21 13:47:46 +0000 |
commit | 4e4733971d8426e84b6e84ef906a5b39e0726f19 (patch) | |
tree | 8a061ac91e5fa946f6ffcff46f01e28cba8dd914 /fonts/Makefile | |
parent | 8e6aef45fda266687a2540919b893dace451c816 (diff) | |
download | pkgsrc-4e4733971d8426e84b6e84ef906a5b39e0726f19.tar.gz |
fonts/Makefile: + JetBrainsMono-ttf
Diffstat (limited to 'fonts/Makefile')
-rw-r--r-- | fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index 9956e8dbf7b..831d90f7b99 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.365 2021/11/10 11:19:24 wiz Exp $ +# $NetBSD: Makefile,v 1.366 2022/01/21 13:47:46 wiz Exp $ # COMMENT= Fonts @@ -12,6 +12,7 @@ SUBDIR+= FiraCode SUBDIR+= Hack-ttf SUBDIR+= Hasklig SUBDIR+= Inter-UI +SUBDIR+= JetBrainsMono-ttf SUBDIR+= Merriweather-ttf SUBDIR+= Office-Code-Pro SUBDIR+= SDL2_ttf |