diff options
author | rh <rh> | 1999-12-07 20:00:17 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-07 20:00:17 +0000 |
commit | 2ed6febdaa4ae07aab64a7f4e8b4ae154644bac8 (patch) | |
tree | 06520dc37aa2c682d938fa148e95aea055849a30 /graphics | |
parent | 5fda3630cafaf293dc872872447aa6699df309ef (diff) | |
download | pkgsrc-2ed6febdaa4ae07aab64a7f4e8b4ae154644bac8.tar.gz |
Add and enable pngcrush.
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 811acd2a01b..d40144e8137 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 1999/11/30 00:03:41 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.68 1999/12/07 20:00:17 rh Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -71,6 +71,7 @@ SUBDIR += ploticus SUBDIR += plotutils SUBDIR += png + SUBDIR += pngcrush SUBDIR += povray SUBDIR += py-gd SUBDIR += py-imaging |