diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | fonts/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 8ad0fdf99ec..ded3dfbc171 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4908 2004/02/19 00:24:47 minskim Exp $ +$NetBSD: CHANGES,v 1.4909 2004/02/19 00:45:12 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -921,3 +921,4 @@ Changes to the packages collection and infrastructure in 2004: Updated rpm2pkg to 2.0 [tron 2004-02-18] Updated p5-Crypt-OpenSSL-RSA 0.21 [heinz 2004-02-18] Added py-fonttools-2.0b1 [minskim 2004-02-19] + Added py-TTFQuery-0.2.6 [minskim 2004-02-19] diff --git a/fonts/Makefile b/fonts/Makefile index 4d53799c04c..ee079e7b7a8 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2004/02/19 00:24:47 minskim Exp $ +# $NetBSD: Makefile,v 1.67 2004/02/19 00:45:12 minskim Exp $ # COMMENT= Fonts @@ -85,6 +85,7 @@ SUBDIR+= p5-Font-TTF SUBDIR+= pcf2bdf SUBDIR+= pfaedit SUBDIR+= profont +SUBDIR+= py-TTFQuery SUBDIR+= py-fonttools SUBDIR+= sgi-fonts SUBDIR+= t1lib |