diff options
-rw-r--r-- | doc/CHANGES-2011 | 4 | ||||
-rw-r--r-- | graphics/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index cb917aee476..ea38e54f350 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.106 2011/01/20 16:37:45 minskim Exp $ +$NetBSD: CHANGES-2011,v 1.107 2011/01/20 17:09:45 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -174,3 +174,5 @@ Changes to the packages collection and infrastructure in 2011: Updated print/tex-ukrhyph to 2010 [minskim 2011-01-20] Updated print/tex-amscls to 2010.20248 [minskim 2011-01-20] Updated print/tex-amscls-doc to 2010.20248 [minskim 2011-01-20] + Added graphics/tex-mptopdf version 2010 [minskim 2011-01-20] + Added graphics/tex-mptopdf-doc version 2010 [minskim 2011-01-20] diff --git a/graphics/Makefile b/graphics/Makefile index 841d19d3071..4f7c23ae374 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.578 2011/01/18 11:59:44 drochner Exp $ +# $NetBSD: Makefile,v 1.579 2011/01/20 17:09:45 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -412,6 +412,8 @@ SUBDIR+= tex-eepic SUBDIR+= tex-eepic-doc SUBDIR+= tex-metapost SUBDIR+= tex-metapost-doc +SUBDIR+= tex-mptopdf +SUBDIR+= tex-mptopdf-doc SUBDIR+= tgif SUBDIR+= tiff SUBDIR+= tkpiechart |