diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-10-23 17:06:58 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-10-23 17:06:58 +0000 |
commit | 64d9d78d2ed9ec5b6f29094feb927ee151ddcd59 (patch) | |
tree | 4f9d8d7a93aa87b3f3a98c433b15560d487e7537 /graphics | |
parent | 753219f720011150b43a0e294c676450d4ca7bb5 (diff) | |
download | pkgsrc-64d9d78d2ed9ec5b6f29094feb927ee151ddcd59.tar.gz |
Add & enable png2html
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 ccd26318558..0b02d64f47c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2000/10/17 02:10:25 hubertf Exp $ +# $NetBSD: Makefile,v 1.95 2000/10/23 17:06:58 hubertf Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -73,6 +73,7 @@ SUBDIR += ploticus SUBDIR += plotutils SUBDIR += png + SUBDIR += png2html SUBDIR += pngcrush SUBDIR += povray SUBDIR += prag |