diff options
author | tg <tg@FreeBSD.org> | 1998-02-13 10:04:58 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-02-13 10:04:58 +0000 |
commit | 3940e8ed3bf96c9743a84e019adc690268f4eb2b (patch) | |
tree | 2a00381144b144a266e2dd3620a0968c65e37266 /graphics | |
parent | 8a193f09657d1db33ddbca50317e4c175fe3db7a (diff) | |
download | FreeBSD-ports-3940e8ed3bf96c9743a84e019adc690268f4eb2b.zip FreeBSD-ports-3940e8ed3bf96c9743a84e019adc690268f4eb2b.tar.gz |
Activate pnmtopng.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a82d2d1..a2ccc83 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 |