diff options
author | tg <tg@FreeBSD.org> | 1998-02-13 18:04:58 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-02-13 18:04:58 +0800 |
commit | 3940e8ed3bf96c9743a84e019adc690268f4eb2b (patch) | |
tree | 2a00381144b144a266e2dd3620a0968c65e37266 /graphics/Makefile | |
parent | 8a193f09657d1db33ddbca50317e4c175fe3db7a (diff) | |
download | freebsd-ports-gnome-3940e8ed3bf96c9743a84e019adc690268f4eb2b.tar.gz freebsd-ports-gnome-3940e8ed3bf96c9743a84e019adc690268f4eb2b.tar.zst freebsd-ports-gnome-3940e8ed3bf96c9743a84e019adc690268f4eb2b.zip |
Activate pnmtopng.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a82d2d1b47d0..a2ccc8342d4a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.62 1998/02/04 08:40:56 tg Exp $ +# $Id: Makefile,v 1.63 1998/02/09 08:12:57 tg Exp $ # SUBDIR += ImageMagick @@ -44,6 +44,7 @@ SUBDIR += pixmap SUBDIR += plotmtv SUBDIR += png + SUBDIR += pnmtopng SUBDIR += povray SUBDIR += qvplay SUBDIR += sced |