diff options
-rw-r--r-- | doc/CHANGES-2010 | 4 | ||||
-rw-r--r-- | graphics/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index 20ac4ab4e82..92dc740da49 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.2093 2010/06/02 20:00:01 wiz Exp $ +$NetBSD: CHANGES-2010,v 1.2094 2010/06/02 20:11:25 minskim Exp $ Changes to the packages collection and infrastructure in 2010: @@ -2817,3 +2817,5 @@ Changes to the packages collection and infrastructure in 2010: Updated security/py-paramiko to 1.7.6nb1 [gls 2010-06-02] Updated fonts/dejavu-ttf to 2.31 [jakllsch 2010-06-02] Updated devel/boehm-gc to 7.1nb4 [wiz 2010-06-02] + Added graphics/tex-asyfig version 0.1c [minskim 2010-06-02] + Added graphics/tex-asyfig-doc version 0.1c [minskim 2010-06-02] diff --git a/graphics/Makefile b/graphics/Makefile index 3efdd6d37ab..f9206715a1a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.556 2010/05/16 10:25:59 adam Exp $ +# $NetBSD: Makefile,v 1.557 2010/06/02 20:11:25 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -382,6 +382,8 @@ SUBDIR+= tango-icon-theme SUBDIR+= tesseract SUBDIR+= tex-a2ping SUBDIR+= tex-a2ping-doc +SUBDIR+= tex-asyfig +SUBDIR+= tex-asyfig-doc SUBDIR+= tex-dvipng-doc SUBDIR+= tgif SUBDIR+= tiff |