diff options
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | graphics/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 375059b48d6..8a2f7b0216f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4675 2004/02/03 20:49:34 hubertf Exp $ +$NetBSD: CHANGES,v 1.4676 2004/02/03 21:54:38 cube Exp $ Changes to the packages collection and infrastructure in 2004: @@ -562,3 +562,5 @@ Changes to the packages collection and infrastructure in 2004: Added mini_httpd-1.19 [reed 2004-02-03] Updated dosbox to 0.61 [xtraeme 2004-02-03] Updated spamprobe to 0.9h [hubertf 2004-02-03] + Added jpeginfo-1.6.0 [cube 2004-02-03] + Added jpegoptim-1.2.2 [cube 2004-02-03] diff --git a/graphics/Makefile b/graphics/Makefile index 6632dc59167..c419d972b94 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.290 2004/02/03 12:33:32 recht Exp $ +# $NetBSD: Makefile,v 1.291 2004/02/03 21:54:38 cube Exp $ # COMMENT= Graphics tools and libraries @@ -118,6 +118,8 @@ SUBDIR+= jhead SUBDIR+= jpeg SUBDIR+= jpeg2ps SUBDIR+= jpeg_ls +SUBDIR+= jpeginfo +SUBDIR+= jpegoptim SUBDIR+= kdegraphics2 SUBDIR+= kdegraphics3 SUBDIR+= lcms |