diff options
-rw-r--r-- | doc/CHANGES-2009 | 4 | ||||
-rw-r--r-- | graphics/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 2be3989418e..0c9f2d916ae 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2913 2009/08/03 23:47:14 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.2914 2009/08/03 23:52:11 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3868,3 +3868,5 @@ Changes to the packages collection and infrastructure in 2009: Added print/texlive-pdftools version 2008 [minskim 2009-08-03] Added print/tex-listings version 1.4 [minskim 2009-08-03] Added print/tex-listings-doc version 1.4 [minskim 2009-08-03] + Added graphics/tex-a2ping version 2.77p [minskim 2009-08-03] + Added graphics/tex-a2ping-doc version 2.77p [minskim 2009-08-03] diff --git a/graphics/Makefile b/graphics/Makefile index 73ef4322d1c..89f2dc77634 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.526 2009/07/09 19:46:14 drochner Exp $ +# $NetBSD: Makefile,v 1.527 2009/08/03 23:52:11 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -363,6 +363,8 @@ SUBDIR+= skencil SUBDIR+= snx101view SUBDIR+= spcaview SUBDIR+= tesseract +SUBDIR+= tex-a2ping +SUBDIR+= tex-a2ping-doc SUBDIR+= tgif SUBDIR+= tiff SUBDIR+= tkpiechart |