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 cc1adfd07c6..7f986614ebb 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5449 2004/04/05 12:42:16 xtraeme Exp $ +$NetBSD: CHANGES,v 1.5450 2004/04/05 13:59:35 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1787,3 +1787,4 @@ Changes to the packages collection and infrastructure in 2004: Updated quanta3 to 3.2.1nb2 [markd 2004-04-05] Updated kde3 to 3.2.1nb4 [markd 2004-04-05] Added glaxium-0.5 [xtraeme 2004-04-05] + Added lua-expat-1.0a [xtraeme 2004-04-05] diff --git a/textproc/Makefile b/textproc/Makefile index b0a691a5633..1a79c458785 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.243 2004/04/01 05:31:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.244 2004/04/05 13:59:35 xtraeme Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -117,6 +117,7 @@ SUBDIR+= libxml2 SUBDIR+= libxslt SUBDIR+= lout SUBDIR+= lq-sp +SUBDIR+= lua-expat SUBDIR+= makeztxt SUBDIR+= namazu1 SUBDIR+= namazu2 |