diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-16 13:34:19 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-16 13:34:19 +0000 |
commit | 372ff68c3aea5b69744035c69c2ff3517c2340a3 (patch) | |
tree | 63ef76cffda7e52dc4bc84dcd28342397db206e9 | |
parent | This is an image format handler. It handles the following image (diff) |
Add libwmf, because textproc/mswordview would like to have it.
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 330110721e84..0be9ce7e52e5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.129 1999/06/10 23:53:51 steve Exp $ +# $Id: Makefile,v 1.130 1999/06/14 14:02:36 taoka Exp $ # SUBDIR += 4va @@ -60,6 +60,7 @@ SUBDIR += killustrator SUBDIR += lfview SUBDIR += libimg + SUBDIR += libwmf SUBDIR += mpeg-lib SUBDIR += mpeg2codec SUBDIR += mpeg2play |