diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-20 16:53:40 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-20 16:53:40 +0000 |
commit | 54ea31a9d84166b43065047f0eafa56a021d8f9e (patch) | |
tree | c01cb59ddd262763644f275b17ba304c1c1b5bc8 /graphics/Makefile | |
parent | Update to 0.8.2 (diff) |
add jpgraph 1.8
Draw both "quick and dirty" graphs with a minimum of code
Notes
Notes:
svn path=/head/; revision=68424
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index decaae150c0a..bd7b53e19db9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -162,6 +162,7 @@ SUBDIR += jpeg2ps-letter SUBDIR += jpeginfo SUBDIR += jpegpixi + SUBDIR += jpgraph SUBDIR += jpgtn SUBDIR += jslice SUBDIR += juno-2 |