diff options
-rw-r--r-- | doc/CHANGES-2006 | 3 | ||||
-rw-r--r-- | fonts/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006 index 36a187b7193..1b24d682f8c 100644 --- a/doc/CHANGES-2006 +++ b/doc/CHANGES-2006 @@ -1,4 +1,4 @@ ->$NetBSD: CHANGES-2006,v 1.1715 2006/11/03 18:31:19 joerg Exp $ +>$NetBSD: CHANGES-2006,v 1.1716 2006/11/03 19:11:59 joerg Exp $ Changes to the packages collection and infrastructure in 2006: @@ -5134,3 +5134,4 @@ Changes to the packages collection and infrastructure in 2006: Added x11/libX11 version 1.0.3 [joerg 2006-11-03] Added x11/libXext version 1.0.2 [joerg 2006-11-03] Added x11/libXi version 1.0.0 [joerg 2006-11-03] + Updated fonts/encodings to 1.0.1 [joerg 2006-11-03] diff --git a/fonts/Makefile b/fonts/Makefile index ec9150c2565..927b728b9d7 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2006/11/03 16:44:56 joerg Exp $ +# $NetBSD: Makefile,v 1.96 2006/11/03 19:11:59 joerg Exp $ # COMMENT= Fonts @@ -48,6 +48,7 @@ SUBDIR+= dbz-ttf SUBDIR+= dejavu-ttf SUBDIR+= ec-fonts-mftraced SUBDIR+= efont-unicode +SUBDIR+= encodings SUBDIR+= fontconfig SUBDIR+= fontforge SUBDIR+= freefont-ttf |