diff options
author | wiz <wiz> | 2003-12-21 21:31:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-12-21 21:31:12 +0000 |
commit | e33d5b3cd5a8a69ab5a473440a4bdb69ae0d41c4 (patch) | |
tree | d41a156bcd86dce924324f7b2ae05714354d646c | |
parent | 9c55dbb4dbafd043f36f27e871156db26a4ccbbc (diff) | |
download | pkgsrc-e33d5b3cd5a8a69ab5a473440a4bdb69ae0d41c4.tar.gz |
Add and enable ljpeg and jpeg_ls.
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6305887068c..43b83cd7ad9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.263 2003/12/21 21:27:15 wiz Exp $ +# $NetBSD: Makefile,v 1.264 2003/12/21 21:31:12 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -124,6 +124,7 @@ SUBDIR+= jasper SUBDIR+= jhead SUBDIR+= jpeg SUBDIR+= jpeg2ps +SUBDIR+= jpeg_ls SUBDIR+= kdegraphics SUBDIR+= kdegraphics2 SUBDIR+= kdegraphics3 @@ -147,6 +148,7 @@ SUBDIR+= librsvg2 SUBDIR+= libungif SUBDIR+= libvideogfx SUBDIR+= libwmf +SUBDIR+= ljpeg SUBDIR+= magicpoint SUBDIR+= mencoder SUBDIR+= mgl |