diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-03 17:08:18 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-03 17:08:18 +0000 |
commit | e2b43ed65d6042fe6dbf784de400afc1797c34b4 (patch) | |
tree | cf2d4c11b509c526ae4ef42a445b3477e3f7672a /graphics/Makefile | |
parent | 2e7e8d407fc461ddbb5a7197477ac3c1351904c9 (diff) |
Add new port of libmng 0.9.3, a library to support images in MNG format.
MNG permits losslessly compressed, animated images.
PR: 22547
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes:
svn path=/head/; revision=34763
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 38873cfa57c1..7dfd1e2cbf8f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -99,6 +99,7 @@ SUBDIR += libflash SUBDIR += libggi SUBDIR += libimg + SUBDIR += libmng SUBDIR += libmorph SUBDIR += libungif SUBDIR += libwmf |