diff options
author | rodent <rodent@pkgsrc.org> | 2014-02-02 16:08:07 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-02-02 16:08:07 +0000 |
commit | 4caa78a24bc5b1065654c3cef8a28cb361ddf1dc (patch) | |
tree | 09f91072dbe2160379f700a00420860bc8abd15a /fonts | |
parent | ce5e672a1333bc64d771ba792441d97ab342f9fc (diff) | |
download | pkgsrc-4caa78a24bc5b1065654c3cef8a28cb361ddf1dc.tar.gz |
+SDL2_ttf
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 99d9e0081af..e3d578e7137 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.242 2014/01/27 06:08:49 obache Exp $ +# $NetBSD: Makefile,v 1.243 2014/02/02 16:08:07 rodent Exp $ # COMMENT= Fonts SUBDIR+= AnonymousPro SUBDIR+= EB-Garamond +SUBDIR+= SDL2_ttf SUBDIR+= Symbola-ttf SUBDIR+= TextFonts-ttf SUBDIR+= Xft2 |