diff options
author | will <will@FreeBSD.org> | 2000-07-04 07:00:08 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-04 07:00:08 +0000 |
commit | d5d1f805e48010e7651e00a161f834b0a5d83842 (patch) | |
tree | c27e6d03cc9ac8ebdd22cf093a8d773e09776451 /graphics/Makefile | |
parent | f2aad555af3ccca5fde34f8a44df9ee28f889a18 (diff) | |
download | FreeBSD-ports-d5d1f805e48010e7651e00a161f834b0a5d83842.zip FreeBSD-ports-d5d1f805e48010e7651e00a161f834b0a5d83842.tar.gz |
Add tiff2png, a TIFF-to-PNG image converter.
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 116988d..b58083b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -157,6 +157,7 @@ SUBDIR += tgif SUBDIR += tgif-nls SUBDIR += tiff + SUBDIR += tiff2png SUBDIR += tifmerge SUBDIR += tkxanim SUBDIR += togl |