diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 915b1f85f1c..00d37f1308c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8811 2005/01/19 09:06:25 adam Exp $ +$NetBSD: CHANGES,v 1.8812 2005/01/19 09:34:11 adam Exp $ Changes to the packages collection and infrastructure in 2005: @@ -415,3 +415,4 @@ Changes to the packages collection and infrastructure in 2005: Updated getmail to 4.3.1 [schmonz 2005-01-18] Updated nsd to 2.2.0 [itojun 2005-01-19] Updated gdchart to 0.11.5 [adam 2005-01-18] + Added gdome2-0.8.1 [adam 2005-01-18] diff --git a/textproc/Makefile b/textproc/Makefile index 6b05524f96e..d7d28da0b09 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.275 2005/01/16 17:59:19 cube Exp $ +# $NetBSD: Makefile,v 1.276 2005/01/19 09:33:29 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -68,6 +68,7 @@ SUBDIR+= expatobjc SUBDIR+= flyspell SUBDIR+= fop SUBDIR+= freepwing +SUBDIR+= gdome2 SUBDIR+= glimpse SUBDIR+= gnome-spell SUBDIR+= gocr |