diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 16:09:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 16:09:19 +0000 |
commit | 8f998ba5d3b090307ca56ab6205bf3991e26bc1a (patch) | |
tree | 47eb6dd1232f1ad8265c0dea9c6363103a3932d7 /graphics/Makefile | |
parent | - Added a patch to the original OCaml's configure script (diff) |
Add potrace, utility for converting (tracing) bitmap images into vectors.
PR: ports/57197
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
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 652c9f84caad..cc76d9a445ca 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -303,6 +303,7 @@ SUBDIR += pngquant SUBDIR += pngwriter SUBDIR += pornview + SUBDIR += potrace SUBDIR += povray SUBDIR += povray31 SUBDIR += ppmcaption |