diff options
author | wiz <wiz> | 2010-05-01 20:48:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-05-01 20:48:12 +0000 |
commit | 8e21efdd0502fd8598c320294b3e1da8607e64bd (patch) | |
tree | d58d54ec0aca81aeeca2b2eeb6a8ac68a9c0273f /graphics | |
parent | 27600ede8c31747f867b0a235a02106285fc43d7 (diff) | |
download | pkgsrc-8e21efdd0502fd8598c320294b3e1da8607e64bd.tar.gz |
+ jpegquality.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 846461131a2..3441f6703c0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.554 2010/04/14 00:02:14 wiz Exp $ +# $NetBSD: Makefile,v 1.555 2010/05/01 20:48:12 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -201,6 +201,7 @@ SUBDIR+= jpeg_ls SUBDIR+= jpeginfo SUBDIR+= jpegoptim SUBDIR+= jpegpixi +SUBDIR+= jpegquality SUBDIR+= kbarcode SUBDIR+= kdegraphics3 SUBDIR+= kdegraphics4 |