diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 62dd790d291..a7a065045a5 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4934 2004/02/21 05:43:20 xtraeme Exp $ +$NetBSD: CHANGES,v 1.4935 2004/02/21 06:18:44 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -949,3 +949,4 @@ Changes to the packages collection and infrastructure in 2004: Updated p5-XML-Twig to 3.13 [gson 2004-02-21] Added py-gdick-0.9.1 [minskim 2004-02-21] Downgraded jabberd to 1.4.2 [xtraeme 2004-02-21] + Added py-biggles-1.6.3 [minskim 2004-02-21] diff --git a/graphics/Makefile b/graphics/Makefile index e3bfde97749..45bf55b6ae9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.294 2004/02/21 01:42:34 minskim Exp $ +# $NetBSD: Makefile,v 1.295 2004/02/21 06:18:44 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -200,6 +200,7 @@ SUBDIR+= povray SUBDIR+= ppmtoxvpic SUBDIR+= prag SUBDIR+= pstoedit +SUBDIR+= py-biggles SUBDIR+= py-gd SUBDIR+= py-gdchart SUBDIR+= py-gimp |